Shades of Saddle Brown #882D09
Tints of Saddle Brown #882D09
RGB
CMYK
RGB Variations
Color information
#882D09 (or 0x882D09) is known color: Saddle Brown. HEX triplet: 88, 2D and 09. RGB value is (136,45,9). Sum of RGB (Red+Green+Blue) = 136+45+9=190 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.58% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 9 (3.91% from 255 or 4.74% from 190); Max value from RGB is 136 - color contains mainly: red. Hex color #882D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882D09 is #77D2F6. Grayscale: #444444. Windows color (decimal): -7852791 or 601480. OLE color: 601480.
HSL color Cylindrical-coordinate representation of color #882D09: hue angle of 17.01º 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 #882D09 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 45 | 9 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.47 |
| HSL | 17.01º | 0.88% | 0.28% | - |
| HSV(B) | 17.01º | 0.93% | 0.53% | - |
| XYZ | 11.14 | 7.13 | 1.05 | - |
| YUV | 68.11 | 94.65 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 9 | 0 | 0.67 | 0.93 | 0.47 | 17.01 | 0.88 | 0.28 |
| Hex | 88 | 2D | 9 | 0 | 43 | 5D | 2F | 11 | 58 | 1C |
| Octal | 210 | 55 | 11 | 0 | 103 | 135 | 57 | 21 | 130 | 34 |
| Binary | 10001000 | 101101 | 1001 | 0 | 1000011 | 1011101 | 101111 | 10001 | 1011000 | 11100 |
Color Harmonies of #882D09
Complementary color
Monochromatic Colors of #882D09
Black with #882D09
Text Example
Text Example
White with #882D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D09; }
p { color: rgb(136,45,9); }
H1.HeaderClassName
{
color: #882D09;
}
.AnyTagClassName
{
color: #882D09;
}
</style>
background-color css
<style>
a { background-color: #882D09; }
a { background-color: rgb(136,45,9); }
div.DivClassName
{
background-color: #882D09;
}
.BgClassName
{
background-color: #882D09;
}
</style>
border-color css
<style>
span { border-color: #882D09; }
span { border-color: rgb(136,45,9); }
td.TdClassName
{
border-color: #882D09;
}
.TagClassName
{
border-color: #882D09;
}
</style>