Shades of Saddle Brown #884802
Tints of Saddle Brown #884802
RGB
CMYK
RGB Variations
Color information
#884802 (or 0x884802) is known color: Saddle Brown. HEX triplet: 88, 48 and 02. RGB value is (136,72,2). Sum of RGB (Red+Green+Blue) = 136+72+2=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #884802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884802 is #77B7FD. Grayscale: #535353. Windows color (decimal): -7845886 or 149640. OLE color: 149640.
HSL color Cylindrical-coordinate representation of color #884802: hue angle of 31.34º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #884802 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 72 | 2 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.47 |
| HSL | 31.34º | 0.97% | 0.27% | - |
| HSV(B) | 31.34º | 0.99% | 0.53% | - |
| XYZ | 12.48 | 9.87 | 1.31 | - |
| YUV | 83.16 | 82.2 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 72 | 2 | 0 | 0.47 | 0.99 | 0.47 | 31.34 | 0.97 | 0.27 |
| Hex | 88 | 48 | 2 | 0 | 2F | 63 | 2F | 1F | 61 | 1B |
| Octal | 210 | 110 | 2 | 0 | 57 | 143 | 57 | 37 | 141 | 33 |
| Binary | 10001000 | 1001000 | 10 | 0 | 101111 | 1100011 | 101111 | 11111 | 1100001 | 11011 |
Color Harmonies of #884802
Complementary color
Monochromatic Colors of #884802
Black with #884802
Text Example
Text Example
White with #884802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884802; }
p { color: rgb(136,72,2); }
H1.HeaderClassName
{
color: #884802;
}
.AnyTagClassName
{
color: #884802;
}
</style>
background-color css
<style>
a { background-color: #884802; }
a { background-color: rgb(136,72,2); }
div.DivClassName
{
background-color: #884802;
}
.BgClassName
{
background-color: #884802;
}
</style>
border-color css
<style>
span { border-color: #884802; }
span { border-color: rgb(136,72,2); }
td.TdClassName
{
border-color: #884802;
}
.TagClassName
{
border-color: #884802;
}
</style>