#99520E

Color #99520E Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #99520E

Tints of Saddle Brown #99520E

Color information

#99520E (or 0x99520E) is unknown color: approx Saddle Brown. HEX triplet: 99, 52 and 0E. RGB value is (153,82,14). Sum of RGB (Red+Green+Blue) = 153+82+14=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #99520E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99520E is #66ADF1. Grayscale: #5F5F5F. Windows color (decimal): -6729202 or 938649. OLE color: 938649.

HSL color Cylindrical-coordinate representation of color #99520E: hue angle of 29.35º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99520E is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB1538214-
CMYK00.460.910.4
HSL29.35º83.23%32.75%-
HSV(B)29.35º90.85%60%-
XYZ16.2312.842.04-
YUV95.4882.02169.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.45%
GREEN value IS 82 (32.42% from 255) = 32.93%
BLUE value IS 14 (5.86% from 255) = 5.62%
R=61.45%
G=32.93%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153821400.460.910.429.3583.2332.75
Hex9952E02E5B281d5321
Octal23112216056133503512341
Binary100110011010010111001011101011011101000111011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99520E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99520E; }

 p { color: rgb(153,82,14); }

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

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

 a { background-color: rgb(153,82,14); }

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

<style>
 span { border-color: #99520E; }

 span { border-color: rgb(153,82,14); }

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