Shades of Saddle Brown #884112
Tints of Saddle Brown #884112
RGB
CMYK
RGB Variations
Color information
#884112 (or 0x884112) is known color: Saddle Brown. HEX triplet: 88, 41 and 12. RGB value is (136,65,18). Sum of RGB (Red+Green+Blue) = 136+65+18=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #884112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884112 is #77BEED. Grayscale: #515151. Windows color (decimal): -7847662 or 1196424. OLE color: 1196424.
HSL color Cylindrical-coordinate representation of color #884112: hue angle of 23.9º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #884112 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 18 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.47 |
| HSL | 23.9º | 0.77% | 0.3% | - |
| HSV(B) | 23.9º | 0.87% | 0.53% | - |
| XYZ | 12.15 | 9.06 | 1.68 | - |
| YUV | 80.87 | 92.52 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 18 | 0 | 0.52 | 0.87 | 0.47 | 23.9 | 0.77 | 0.3 |
| Hex | 88 | 41 | 12 | 0 | 34 | 57 | 2F | 18 | 4D | 1E |
| Octal | 210 | 101 | 22 | 0 | 64 | 127 | 57 | 30 | 115 | 36 |
| Binary | 10001000 | 1000001 | 10010 | 0 | 110100 | 1010111 | 101111 | 11000 | 1001101 | 11110 |
Color Harmonies of #884112
Complementary color
Monochromatic Colors of #884112
Black with #884112
Text Example
Text Example
White with #884112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884112; }
p { color: rgb(136,65,18); }
H1.HeaderClassName
{
color: #884112;
}
.AnyTagClassName
{
color: #884112;
}
</style>
background-color css
<style>
a { background-color: #884112; }
a { background-color: rgb(136,65,18); }
div.DivClassName
{
background-color: #884112;
}
.BgClassName
{
background-color: #884112;
}
</style>
border-color css
<style>
span { border-color: #884112; }
span { border-color: rgb(136,65,18); }
td.TdClassName
{
border-color: #884112;
}
.TagClassName
{
border-color: #884112;
}
</style>