Shades of Saddle Brown #854512
Tints of Saddle Brown #854512
RGB
CMYK
RGB Variations
Color information
#854512 (or 0x854512) is known color: Saddle Brown. HEX triplet: 85, 45 and 12. RGB value is (133,69,18). Sum of RGB (Red+Green+Blue) = 133+69+18=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #854512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854512 is #7ABAED. Grayscale: #525252. Windows color (decimal): -8043246 or 1197445. OLE color: 1197445.
HSL color Cylindrical-coordinate representation of color #854512: hue angle of 26.61º 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 #854512 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 69 | 18 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.48 |
| HSL | 26.61º | 0.76% | 0.3% | - |
| HSV(B) | 26.61º | 0.86% | 0.52% | - |
| XYZ | 11.91 | 9.29 | 1.74 | - |
| YUV | 82.32 | 91.7 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 18 | 0 | 0.48 | 0.86 | 0.48 | 26.61 | 0.76 | 0.3 |
| Hex | 85 | 45 | 12 | 0 | 30 | 56 | 30 | 1B | 4C | 1E |
| Octal | 205 | 105 | 22 | 0 | 60 | 126 | 60 | 33 | 114 | 36 |
| Binary | 10000101 | 1000101 | 10010 | 0 | 110000 | 1010110 | 110000 | 11011 | 1001100 | 11110 |
Color Harmonies of #854512
Complementary color
Monochromatic Colors of #854512
Black with #854512
Text Example
Text Example
White with #854512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854512; }
p { color: rgb(133,69,18); }
H1.HeaderClassName
{
color: #854512;
}
.AnyTagClassName
{
color: #854512;
}
</style>
background-color css
<style>
a { background-color: #854512; }
a { background-color: rgb(133,69,18); }
div.DivClassName
{
background-color: #854512;
}
.BgClassName
{
background-color: #854512;
}
</style>
border-color css
<style>
span { border-color: #854512; }
span { border-color: rgb(133,69,18); }
td.TdClassName
{
border-color: #854512;
}
.TagClassName
{
border-color: #854512;
}
</style>