#882C06

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

Shades of Saddle Brown #882C06

Tints of Saddle Brown #882C06

Color information

#882C06 (or 0x882C06) is unknown color: approx Saddle Brown. HEX triplet: 88, 2C and 06. RGB value is (136,44,6). Sum of RGB (Red+Green+Blue) = 136+44+6=186 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.12% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 136 - color contains mainly: red. Hex color #882C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882C06 is #77D3F9. Grayscale: #434343. Windows color (decimal): -7853050 or 404616. OLE color: 404616.

HSL color Cylindrical-coordinate representation of color #882C06: hue angle of 17.54º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #882C06 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB136446-
CMYK00.680.960.47
HSL17.54º91.55%27.84%-
HSV(B)17.54º95.59%53.33%-
XYZ11.097.050.95-
YUV67.1893.48177.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 73.12%
GREEN value IS 44 (17.58% from 255) = 23.66%
BLUE value IS 6 (2.73% from 255) = 3.23%
R=73.12%
G=23.66%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13644600.680.960.4717.5491.5527.84
Hex882C6044602F125c1c
Octal2105460104140572213434
Binary1000100010110011001000100110000010111110010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882C06; }

 p { color: rgb(136,44,6); }

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

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

 a { background-color: rgb(136,44,6); }

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

<style>
 span { border-color: #882C06; }

 span { border-color: rgb(136,44,6); }

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