#99513a

Color #99513A Piper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Piper #99513A

Tints of Piper #99513A

Color information

#99513A (or 0x99513A) is unknown color: approx Piper. HEX triplet: 99, 51 and 3A. RGB value is (153,81,58). Sum of RGB (Red+Green+Blue) = 153+81+58=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #99513A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99513A is #66AEC5. Grayscale: #646464. Windows color (decimal): -6729414 or 3821977. OLE color: 3821977.

HSL color Cylindrical-coordinate representation of color #99513A: hue angle of 14.53º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99513A is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB1538158-
CMYK00.470.620.4
HSL14.53º45.02%41.37%-
HSV(B)14.53º62.09%60%-
XYZ16.8412.965.62-
YUV99.91104.35165.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 52.40%
GREEN value IS 81 (32.03% from 255) = 27.74%
BLUE value IS 58 (23.05% from 255) = 19.86%
R=52.40%
G=27.74%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153815800.470.620.414.5345.0241.37
Hex99513A02F3E28f2d29
Octal231121720577650175551
Binary10011001101000111101001011111111101010001111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99513a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99513a; }

 p { color: rgb(153,81,58); }

 H1.HeaderClassName
 {
   color: #99513a;
 }
 .AnyTagClassName
 {
   color: #99513a;
 }
</style>
background-color css

<style>
 a { background-color: #99513a; }

 a { background-color: rgb(153,81,58); }

 div.DivClassName
 {
   background-color: #99513a;
 }
 .BgClassName
 {
   background-color: #99513a;
 }
</style>
border-color css

<style>
 span { border-color: #99513a; }

 span { border-color: rgb(153,81,58); }

 td.TdClassName
 {
   border-color: #99513a;
 }
 .TagClassName
 {
   border-color: #99513a;
 }
</style>