Shades of Saddle Brown #882C06
Tints of Saddle Brown #882C06
RGB
CMYK
RGB Variations
Color information
#882C06 (or 0x882C06) is known color: 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
| RGB | 136 | 44 | 6 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.47 |
| HSL | 17.54º | 0.92% | 0.28% | - |
| HSV(B) | 17.54º | 0.96% | 0.53% | - |
| XYZ | 11.09 | 7.05 | 0.95 | - |
| YUV | 67.18 | 93.48 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 6 | 0 | 0.68 | 0.96 | 0.47 | 17.54 | 0.92 | 0.28 |
| Hex | 88 | 2C | 6 | 0 | 44 | 60 | 2F | 12 | 5C | 1C |
| Octal | 210 | 54 | 6 | 0 | 104 | 140 | 57 | 22 | 134 | 34 |
| Binary | 10001000 | 101100 | 110 | 0 | 1000100 | 1100000 | 101111 | 10010 | 1011100 | 11100 |
Color Harmonies of #882C06
Complementary color
Monochromatic Colors of #882C06
Black with #882C06
Text Example
Text Example
White with #882C06
Text Example
Text Example
HTML Codes & Css Web 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>