Shades of Saddle Brown #855012
Tints of Saddle Brown #855012
RGB
CMYK
RGB Variations
Color information
#855012 (or 0x855012) is known color: Saddle Brown. HEX triplet: 85, 50 and 12. RGB value is (133,80,18). Sum of RGB (Red+Green+Blue) = 133+80+18=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #855012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855012 is #7AAFED. Grayscale: #595959. Windows color (decimal): -8040430 or 1200261. OLE color: 1200261.
HSL color Cylindrical-coordinate representation of color #855012: hue angle of 32.35º 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 #855012 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 80 | 18 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.48 |
| HSL | 32.35º | 0.76% | 0.3% | - |
| HSV(B) | 32.35º | 0.86% | 0.52% | - |
| XYZ | 12.65 | 10.77 | 1.98 | - |
| YUV | 88.78 | 88.06 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 18 | 0 | 0.40 | 0.86 | 0.48 | 32.35 | 0.76 | 0.3 |
| Hex | 85 | 50 | 12 | 0 | 28 | 56 | 30 | 20 | 4C | 1E |
| Octal | 205 | 120 | 22 | 0 | 50 | 126 | 60 | 40 | 114 | 36 |
| Binary | 10000101 | 1010000 | 10010 | 0 | 101000 | 1010110 | 110000 | 100000 | 1001100 | 11110 |
Color Harmonies of #855012
Complementary color
Monochromatic Colors of #855012
Black with #855012
Text Example
Text Example
White with #855012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855012; }
p { color: rgb(133,80,18); }
H1.HeaderClassName
{
color: #855012;
}
.AnyTagClassName
{
color: #855012;
}
</style>
background-color css
<style>
a { background-color: #855012; }
a { background-color: rgb(133,80,18); }
div.DivClassName
{
background-color: #855012;
}
.BgClassName
{
background-color: #855012;
}
</style>
border-color css
<style>
span { border-color: #855012; }
span { border-color: rgb(133,80,18); }
td.TdClassName
{
border-color: #855012;
}
.TagClassName
{
border-color: #855012;
}
</style>