Shades of Saddle Brown #884F16
Tints of Saddle Brown #884F16
RGB
CMYK
RGB Variations
Color information
#884F16 (or 0x884F16) is known color: Saddle Brown. HEX triplet: 88, 4F and 16. RGB value is (136,79,22). Sum of RGB (Red+Green+Blue) = 136+79+22=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #884F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #884F16 is #77B0E9. Grayscale: #595959. Windows color (decimal): -7844074 or 1462152. OLE color: 1462152.
HSL color Cylindrical-coordinate representation of color #884F16: hue angle of 30º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #884F16 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 79 | 22 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.47 |
| HSL | 30º | 0.72% | 0.31% | - |
| HSV(B) | 30º | 0.84% | 0.53% | - |
| XYZ | 13.09 | 10.88 | 2.17 | - |
| YUV | 89.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 22 | 0 | 0.42 | 0.84 | 0.47 | 30 | 0.72 | 0.31 |
| Hex | 88 | 4F | 16 | 0 | 2A | 54 | 2F | 1E | 48 | 1F |
| Octal | 210 | 117 | 26 | 0 | 52 | 124 | 57 | 36 | 110 | 37 |
| Binary | 10001000 | 1001111 | 10110 | 0 | 101010 | 1010100 | 101111 | 11110 | 1001000 | 11111 |
Color Harmonies of #884F16
Complementary color
Monochromatic Colors of #884F16
Black with #884F16
Text Example
Text Example
White with #884F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884F16; }
p { color: rgb(136,79,22); }
H1.HeaderClassName
{
color: #884F16;
}
.AnyTagClassName
{
color: #884F16;
}
</style>
background-color css
<style>
a { background-color: #884F16; }
a { background-color: rgb(136,79,22); }
div.DivClassName
{
background-color: #884F16;
}
.BgClassName
{
background-color: #884F16;
}
</style>
border-color css
<style>
span { border-color: #884F16; }
span { border-color: rgb(136,79,22); }
td.TdClassName
{
border-color: #884F16;
}
.TagClassName
{
border-color: #884F16;
}
</style>