#884C12

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

Shades of Saddle Brown #884C12

Tints of Saddle Brown #884C12

Color information

#884C12 (or 0x884C12) is unknown color: approx Saddle Brown. HEX triplet: 88, 4C and 12. RGB value is (136,76,18). Sum of RGB (Red+Green+Blue) = 136+76+18=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #884C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884C12 is #77B3ED. Grayscale: #575757. Windows color (decimal): -7844846 or 1199240. OLE color: 1199240.

HSL color Cylindrical-coordinate representation of color #884C12: hue angle of 29.49º 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 #884C12 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1367618-
CMYK00.440.870.47
HSL29.49º76.62%30.2%-
HSV(B)29.49º86.76%53.33%-
XYZ12.8510.451.91-
YUV87.3388.88162.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.13%
GREEN value IS 76 (30.08% from 255) = 33.04%
BLUE value IS 18 (7.42% from 255) = 7.83%
R=59.13%
G=33.04%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136761800.440.870.4729.4976.6230.2
Hex884C1202C572F1d4d1e
Octal21011422054127573511536
Binary100010001001100100100101100101011110111111101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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