Shades of Saddle Brown #884911
Tints of Saddle Brown #884911
RGB
CMYK
RGB Variations
Color information
#884911 (or 0x884911) is known color: Saddle Brown. HEX triplet: 88, 49 and 11. RGB value is (136,73,17). Sum of RGB (Red+Green+Blue) = 136+73+17=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #884911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884911 is #77B6EE. Grayscale: #555555. Windows color (decimal): -7845615 or 1132936. OLE color: 1132936.
HSL color Cylindrical-coordinate representation of color #884911: hue angle of 28.24º 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 #884911 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 73 | 17 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.47 |
| HSL | 28.24º | 0.78% | 0.3% | - |
| HSV(B) | 28.24º | 0.88% | 0.53% | - |
| XYZ | 12.64 | 10.04 | 1.8 | - |
| YUV | 85.45 | 89.37 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 17 | 0 | 0.46 | 0.87 | 0.47 | 28.24 | 0.78 | 0.3 |
| Hex | 88 | 49 | 11 | 0 | 2E | 57 | 2F | 1C | 4E | 1E |
| Octal | 210 | 111 | 21 | 0 | 56 | 127 | 57 | 34 | 116 | 36 |
| Binary | 10001000 | 1001001 | 10001 | 0 | 101110 | 1010111 | 101111 | 11100 | 1001110 | 11110 |
Color Harmonies of #884911
Complementary color
Monochromatic Colors of #884911
Black with #884911
Text Example
Text Example
White with #884911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884911; }
p { color: rgb(136,73,17); }
H1.HeaderClassName
{
color: #884911;
}
.AnyTagClassName
{
color: #884911;
}
</style>
background-color css
<style>
a { background-color: #884911; }
a { background-color: rgb(136,73,17); }
div.DivClassName
{
background-color: #884911;
}
.BgClassName
{
background-color: #884911;
}
</style>
border-color css
<style>
span { border-color: #884911; }
span { border-color: rgb(136,73,17); }
td.TdClassName
{
border-color: #884911;
}
.TagClassName
{
border-color: #884911;
}
</style>