Shades of Saddle Brown #882C09
Tints of Saddle Brown #882C09
RGB
CMYK
RGB Variations
Color information
#882C09 (or 0x882C09) is known color: Saddle Brown. HEX triplet: 88, 2C and 09. RGB value is (136,44,9). Sum of RGB (Red+Green+Blue) = 136+44+9=189 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.96% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 9 (3.91% from 255 or 4.76% from 189); Max value from RGB is 136 - color contains mainly: red. Hex color #882C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882C09 is #77D3F6. Grayscale: #434343. Windows color (decimal): -7853047 or 601224. OLE color: 601224.
HSL color Cylindrical-coordinate representation of color #882C09: hue angle of 16.54º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #882C09 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 9 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.47 |
| HSL | 16.54º | 0.88% | 0.28% | - |
| HSV(B) | 16.54º | 0.93% | 0.53% | - |
| XYZ | 11.1 | 7.06 | 1.04 | - |
| YUV | 67.52 | 94.98 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 9 | 0 | 0.68 | 0.93 | 0.47 | 16.54 | 0.88 | 0.28 |
| Hex | 88 | 2C | 9 | 0 | 44 | 5D | 2F | 11 | 58 | 1C |
| Octal | 210 | 54 | 11 | 0 | 104 | 135 | 57 | 21 | 130 | 34 |
| Binary | 10001000 | 101100 | 1001 | 0 | 1000100 | 1011101 | 101111 | 10001 | 1011000 | 11100 |
Color Harmonies of #882C09
Complementary color
Monochromatic Colors of #882C09
Black with #882C09
Text Example
Text Example
White with #882C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C09; }
p { color: rgb(136,44,9); }
H1.HeaderClassName
{
color: #882C09;
}
.AnyTagClassName
{
color: #882C09;
}
</style>
background-color css
<style>
a { background-color: #882C09; }
a { background-color: rgb(136,44,9); }
div.DivClassName
{
background-color: #882C09;
}
.BgClassName
{
background-color: #882C09;
}
</style>
border-color css
<style>
span { border-color: #882C09; }
span { border-color: rgb(136,44,9); }
td.TdClassName
{
border-color: #882C09;
}
.TagClassName
{
border-color: #882C09;
}
</style>