Shades of Saddle Brown #884C11
Tints of Saddle Brown #884C11
RGB
CMYK
RGB Variations
Color information
#884C11 (or 0x884C11) is known color: Saddle Brown. HEX triplet: 88, 4C and 11. RGB value is (136,76,17). Sum of RGB (Red+Green+Blue) = 136+76+17=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #884C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884C11 is #77B3EE. Grayscale: #575757. Windows color (decimal): -7844847 or 1133704. OLE color: 1133704.
HSL color Cylindrical-coordinate representation of color #884C11: hue angle of 29.75º 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 #884C11 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 76 | 17 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.47 |
| HSL | 29.75º | 0.78% | 0.3% | - |
| HSV(B) | 29.75º | 0.88% | 0.53% | - |
| XYZ | 12.84 | 10.44 | 1.87 | - |
| YUV | 87.21 | 88.38 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 17 | 0 | 0.44 | 0.87 | 0.47 | 29.75 | 0.78 | 0.3 |
| Hex | 88 | 4C | 11 | 0 | 2C | 57 | 2F | 1E | 4E | 1E |
| Octal | 210 | 114 | 21 | 0 | 54 | 127 | 57 | 36 | 116 | 36 |
| Binary | 10001000 | 1001100 | 10001 | 0 | 101100 | 1010111 | 101111 | 11110 | 1001110 | 11110 |
Color Harmonies of #884C11
Complementary color
Monochromatic Colors of #884C11
Black with #884C11
Text Example
Text Example
White with #884C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C11; }
p { color: rgb(136,76,17); }
H1.HeaderClassName
{
color: #884C11;
}
.AnyTagClassName
{
color: #884C11;
}
</style>
background-color css
<style>
a { background-color: #884C11; }
a { background-color: rgb(136,76,17); }
div.DivClassName
{
background-color: #884C11;
}
.BgClassName
{
background-color: #884C11;
}
</style>
border-color css
<style>
span { border-color: #884C11; }
span { border-color: rgb(136,76,17); }
td.TdClassName
{
border-color: #884C11;
}
.TagClassName
{
border-color: #884C11;
}
</style>