Shades of Saddle Brown #884516
Tints of Saddle Brown #884516
RGB
CMYK
RGB Variations
Color information
#884516 (or 0x884516) is known color: Saddle Brown. HEX triplet: 88, 45 and 16. RGB value is (136,69,22). Sum of RGB (Red+Green+Blue) = 136+69+22=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #884516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884516 is #77BAE9. Grayscale: #535353. Windows color (decimal): -7846634 or 1459592. OLE color: 1459592.
HSL color Cylindrical-coordinate representation of color #884516: hue angle of 24.74º 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 #884516 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 69 | 22 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.47 |
| HSL | 24.74º | 0.72% | 0.31% | - |
| HSV(B) | 24.74º | 0.84% | 0.53% | - |
| XYZ | 12.43 | 9.55 | 1.95 | - |
| YUV | 83.68 | 93.2 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 69 | 22 | 0 | 0.49 | 0.84 | 0.47 | 24.74 | 0.72 | 0.31 |
| Hex | 88 | 45 | 16 | 0 | 31 | 54 | 2F | 19 | 48 | 1F |
| Octal | 210 | 105 | 26 | 0 | 61 | 124 | 57 | 31 | 110 | 37 |
| Binary | 10001000 | 1000101 | 10110 | 0 | 110001 | 1010100 | 101111 | 11001 | 1001000 | 11111 |
Color Harmonies of #884516
Complementary color
Monochromatic Colors of #884516
Black with #884516
Text Example
Text Example
White with #884516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884516; }
p { color: rgb(136,69,22); }
H1.HeaderClassName
{
color: #884516;
}
.AnyTagClassName
{
color: #884516;
}
</style>
background-color css
<style>
a { background-color: #884516; }
a { background-color: rgb(136,69,22); }
div.DivClassName
{
background-color: #884516;
}
.BgClassName
{
background-color: #884516;
}
</style>
border-color css
<style>
span { border-color: #884516; }
span { border-color: rgb(136,69,22); }
td.TdClassName
{
border-color: #884516;
}
.TagClassName
{
border-color: #884516;
}
</style>