Shades of Saddle Brown #884F11
Tints of Saddle Brown #884F11
RGB
CMYK
RGB Variations
Color information
#884F11 (or 0x884F11) is known color: Saddle Brown. HEX triplet: 88, 4F and 11. RGB value is (136,79,17). Sum of RGB (Red+Green+Blue) = 136+79+17=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #884F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #884F11 is #77B0EE. Grayscale: #595959. Windows color (decimal): -7844079 or 1134472. OLE color: 1134472.
HSL color Cylindrical-coordinate representation of color #884F11: hue angle of 31.26º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #884F11 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 79 | 17 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.47 |
| HSL | 31.26º | 0.78% | 0.3% | - |
| HSV(B) | 31.26º | 0.88% | 0.53% | - |
| XYZ | 13.05 | 10.87 | 1.94 | - |
| YUV | 88.98 | 87.38 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 17 | 0 | 0.42 | 0.87 | 0.47 | 31.26 | 0.78 | 0.3 |
| Hex | 88 | 4F | 11 | 0 | 2A | 57 | 2F | 1F | 4E | 1E |
| Octal | 210 | 117 | 21 | 0 | 52 | 127 | 57 | 37 | 116 | 36 |
| Binary | 10001000 | 1001111 | 10001 | 0 | 101010 | 1010111 | 101111 | 11111 | 1001110 | 11110 |
Color Harmonies of #884F11
Complementary color
Monochromatic Colors of #884F11
Black with #884F11
Text Example
Text Example
White with #884F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884F11; }
p { color: rgb(136,79,17); }
H1.HeaderClassName
{
color: #884F11;
}
.AnyTagClassName
{
color: #884F11;
}
</style>
background-color css
<style>
a { background-color: #884F11; }
a { background-color: rgb(136,79,17); }
div.DivClassName
{
background-color: #884F11;
}
.BgClassName
{
background-color: #884F11;
}
</style>
border-color css
<style>
span { border-color: #884F11; }
span { border-color: rgb(136,79,17); }
td.TdClassName
{
border-color: #884F11;
}
.TagClassName
{
border-color: #884F11;
}
</style>