Shades of Saddle Brown #885412
Tints of Saddle Brown #885412
RGB
CMYK
RGB Variations
Color information
#885412 (or 0x885412) is known color: Saddle Brown. HEX triplet: 88, 54 and 12. RGB value is (136,84,18). Sum of RGB (Red+Green+Blue) = 136+84+18=238 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.14% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 136 - color contains mainly: red. Hex color #885412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885412 is #77ABED. Grayscale: #5C5C5C. Windows color (decimal): -7842798 or 1201288. OLE color: 1201288.
HSL color Cylindrical-coordinate representation of color #885412: hue angle of 33.56º 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 #885412 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 84 | 18 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.47 |
| HSL | 33.56º | 0.77% | 0.3% | - |
| HSV(B) | 33.56º | 0.87% | 0.53% | - |
| XYZ | 13.43 | 11.62 | 2.11 | - |
| YUV | 92.02 | 86.23 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 84 | 18 | 0 | 0.38 | 0.87 | 0.47 | 33.56 | 0.77 | 0.3 |
| Hex | 88 | 54 | 12 | 0 | 26 | 57 | 2F | 22 | 4D | 1E |
| Octal | 210 | 124 | 22 | 0 | 46 | 127 | 57 | 42 | 115 | 36 |
| Binary | 10001000 | 1010100 | 10010 | 0 | 100110 | 1010111 | 101111 | 100010 | 1001101 | 11110 |
Color Harmonies of #885412
Complementary color
Monochromatic Colors of #885412
Black with #885412
Text Example
Text Example
White with #885412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885412; }
p { color: rgb(136,84,18); }
H1.HeaderClassName
{
color: #885412;
}
.AnyTagClassName
{
color: #885412;
}
</style>
background-color css
<style>
a { background-color: #885412; }
a { background-color: rgb(136,84,18); }
div.DivClassName
{
background-color: #885412;
}
.BgClassName
{
background-color: #885412;
}
</style>
border-color css
<style>
span { border-color: #885412; }
span { border-color: rgb(136,84,18); }
td.TdClassName
{
border-color: #885412;
}
.TagClassName
{
border-color: #885412;
}
</style>