#882D06

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

Shades of Saddle Brown #882D06

Tints of Saddle Brown #882D06

Color information

#882D06 (or 0x882D06) is unknown color: approx Saddle Brown. HEX triplet: 88, 2D and 06. RGB value is (136,45,6). Sum of RGB (Red+Green+Blue) = 136+45+6=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #882D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882D06 is #77D2F9. Grayscale: #444444. Windows color (decimal): -7852794 or 404872. OLE color: 404872.

HSL color Cylindrical-coordinate representation of color #882D06: hue angle of 18º 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 #882D06 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB136456-
CMYK00.670.960.47
HSL18º91.55%27.84%-
HSV(B)18º95.59%53.33%-
XYZ11.127.120.96-
YUV67.7693.15176.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 72.73%
GREEN value IS 45 (17.97% from 255) = 24.06%
BLUE value IS 6 (2.73% from 255) = 3.21%
R=72.73%
G=24.06%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13645600.670.960.471891.5527.84
Hex882D6043602F125c1c
Octal2105560103140572213434
Binary1000100010110111001000011110000010111110010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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