Shades of Saddle Brown #855112
Tints of Saddle Brown #855112
RGB
CMYK
RGB Variations
Color information
#855112 (or 0x855112) is known color: Saddle Brown. HEX triplet: 85, 51 and 12. RGB value is (133,81,18). Sum of RGB (Red+Green+Blue) = 133+81+18=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #855112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855112 is #7AAEED. Grayscale: #595959. Windows color (decimal): -8040174 or 1200517. OLE color: 1200517.
HSL color Cylindrical-coordinate representation of color #855112: hue angle of 32.87º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #855112 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 18 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.48 |
| HSL | 32.87º | 0.76% | 0.3% | - |
| HSV(B) | 32.87º | 0.86% | 0.52% | - |
| XYZ | 12.72 | 10.92 | 2.01 | - |
| YUV | 89.37 | 87.73 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 18 | 0 | 0.39 | 0.86 | 0.48 | 32.87 | 0.76 | 0.3 |
| Hex | 85 | 51 | 12 | 0 | 27 | 56 | 30 | 21 | 4C | 1E |
| Octal | 205 | 121 | 22 | 0 | 47 | 126 | 60 | 41 | 114 | 36 |
| Binary | 10000101 | 1010001 | 10010 | 0 | 100111 | 1010110 | 110000 | 100001 | 1001100 | 11110 |
Color Harmonies of #855112
Complementary color
Monochromatic Colors of #855112
Black with #855112
Text Example
Text Example
White with #855112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855112; }
p { color: rgb(133,81,18); }
H1.HeaderClassName
{
color: #855112;
}
.AnyTagClassName
{
color: #855112;
}
</style>
background-color css
<style>
a { background-color: #855112; }
a { background-color: rgb(133,81,18); }
div.DivClassName
{
background-color: #855112;
}
.BgClassName
{
background-color: #855112;
}
</style>
border-color css
<style>
span { border-color: #855112; }
span { border-color: rgb(133,81,18); }
td.TdClassName
{
border-color: #855112;
}
.TagClassName
{
border-color: #855112;
}
</style>