Shades of Saddle Brown #884711
Tints of Saddle Brown #884711
RGB
CMYK
RGB Variations
Color information
#884711 (or 0x884711) is known color: Saddle Brown. HEX triplet: 88, 47 and 11. RGB value is (136,71,17). Sum of RGB (Red+Green+Blue) = 136+71+17=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #884711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884711 is #77B8EE. Grayscale: #545454. Windows color (decimal): -7846127 or 1132424. OLE color: 1132424.
HSL color Cylindrical-coordinate representation of color #884711: hue angle of 27.23º 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 #884711 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 71 | 17 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.47 |
| HSL | 27.23º | 0.78% | 0.3% | - |
| HSV(B) | 27.23º | 0.88% | 0.53% | - |
| XYZ | 12.51 | 9.78 | 1.76 | - |
| YUV | 84.28 | 90.03 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 71 | 17 | 0 | 0.48 | 0.87 | 0.47 | 27.23 | 0.78 | 0.3 |
| Hex | 88 | 47 | 11 | 0 | 30 | 57 | 2F | 1B | 4E | 1E |
| Octal | 210 | 107 | 21 | 0 | 60 | 127 | 57 | 33 | 116 | 36 |
| Binary | 10001000 | 1000111 | 10001 | 0 | 110000 | 1010111 | 101111 | 11011 | 1001110 | 11110 |
Color Harmonies of #884711
Complementary color
Monochromatic Colors of #884711
Black with #884711
Text Example
Text Example
White with #884711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884711; }
p { color: rgb(136,71,17); }
H1.HeaderClassName
{
color: #884711;
}
.AnyTagClassName
{
color: #884711;
}
</style>
background-color css
<style>
a { background-color: #884711; }
a { background-color: rgb(136,71,17); }
div.DivClassName
{
background-color: #884711;
}
.BgClassName
{
background-color: #884711;
}
</style>
border-color css
<style>
span { border-color: #884711; }
span { border-color: rgb(136,71,17); }
td.TdClassName
{
border-color: #884711;
}
.TagClassName
{
border-color: #884711;
}
</style>