Shades of Saddle Brown #884D16
Tints of Saddle Brown #884D16
RGB
CMYK
RGB Variations
Color information
#884D16 (or 0x884D16) is known color: Saddle Brown. HEX triplet: 88, 4D and 16. RGB value is (136,77,22). Sum of RGB (Red+Green+Blue) = 136+77+22=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #884D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #884D16 is #77B2E9. Grayscale: #585858. Windows color (decimal): -7844586 or 1461640. OLE color: 1461640.
HSL color Cylindrical-coordinate representation of color #884D16: hue angle of 28.95º 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 #884D16 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 77 | 22 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.47 |
| HSL | 28.95º | 0.72% | 0.31% | - |
| HSV(B) | 28.95º | 0.84% | 0.53% | - |
| XYZ | 12.95 | 10.6 | 2.12 | - |
| YUV | 88.37 | 90.55 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 22 | 0 | 0.43 | 0.84 | 0.47 | 28.95 | 0.72 | 0.31 |
| Hex | 88 | 4D | 16 | 0 | 2B | 54 | 2F | 1D | 48 | 1F |
| Octal | 210 | 115 | 26 | 0 | 53 | 124 | 57 | 35 | 110 | 37 |
| Binary | 10001000 | 1001101 | 10110 | 0 | 101011 | 1010100 | 101111 | 11101 | 1001000 | 11111 |
Color Harmonies of #884D16
Complementary color
Monochromatic Colors of #884D16
Black with #884D16
Text Example
Text Example
White with #884D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884D16; }
p { color: rgb(136,77,22); }
H1.HeaderClassName
{
color: #884D16;
}
.AnyTagClassName
{
color: #884D16;
}
</style>
background-color css
<style>
a { background-color: #884D16; }
a { background-color: rgb(136,77,22); }
div.DivClassName
{
background-color: #884D16;
}
.BgClassName
{
background-color: #884D16;
}
</style>
border-color css
<style>
span { border-color: #884D16; }
span { border-color: rgb(136,77,22); }
td.TdClassName
{
border-color: #884D16;
}
.TagClassName
{
border-color: #884D16;
}
</style>