#884F12

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

Shades of Saddle Brown #884F12

Tints of Saddle Brown #884F12

Color information

#884F12 (or 0x884F12) is unknown color: approx Saddle Brown. HEX triplet: 88, 4F and 12. RGB value is (136,79,18). Sum of RGB (Red+Green+Blue) = 136+79+18=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #884F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #884F12 is #77B0ED. Grayscale: #595959. Windows color (decimal): -7844078 or 1200008. OLE color: 1200008.

HSL color Cylindrical-coordinate representation of color #884F12: hue angle of 31.02º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #884F12 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1367918-
CMYK00.420.870.47
HSL31.02º76.62%30.2%-
HSV(B)31.02º86.76%53.33%-
XYZ13.0610.871.98-
YUV89.0987.88161.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.37%
GREEN value IS 79 (31.25% from 255) = 33.91%
BLUE value IS 18 (7.42% from 255) = 7.73%
R=58.37%
G=33.91%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136791800.420.870.4731.0276.6230.2
Hex884F1202A572F1f4d1e
Octal21011722052127573711536
Binary100010001001111100100101010101011110111111111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884F12; }

 p { color: rgb(136,79,18); }

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

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

 a { background-color: rgb(136,79,18); }

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

<style>
 span { border-color: #884F12; }

 span { border-color: rgb(136,79,18); }

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