Shades of Saddle Brown #854912
Tints of Saddle Brown #854912
RGB
CMYK
RGB Variations
Color information
#854912 (or 0x854912) is known color: Saddle Brown. HEX triplet: 85, 49 and 12. RGB value is (133,73,18). Sum of RGB (Red+Green+Blue) = 133+73+18=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #854912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854912 is #7AB6ED. Grayscale: #545454. Windows color (decimal): -8042222 or 1198469. OLE color: 1198469.
HSL color Cylindrical-coordinate representation of color #854912: hue angle of 28.7º 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 #854912 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 73 | 18 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.48 |
| HSL | 28.7º | 0.76% | 0.3% | - |
| HSV(B) | 28.7º | 0.86% | 0.52% | - |
| XYZ | 12.16 | 9.8 | 1.82 | - |
| YUV | 84.67 | 90.38 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 73 | 18 | 0 | 0.45 | 0.86 | 0.48 | 28.7 | 0.76 | 0.3 |
| Hex | 85 | 49 | 12 | 0 | 2D | 56 | 30 | 1D | 4C | 1E |
| Octal | 205 | 111 | 22 | 0 | 55 | 126 | 60 | 35 | 114 | 36 |
| Binary | 10000101 | 1001001 | 10010 | 0 | 101101 | 1010110 | 110000 | 11101 | 1001100 | 11110 |
Color Harmonies of #854912
Complementary color
Monochromatic Colors of #854912
Black with #854912
Text Example
Text Example
White with #854912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854912; }
p { color: rgb(133,73,18); }
H1.HeaderClassName
{
color: #854912;
}
.AnyTagClassName
{
color: #854912;
}
</style>
background-color css
<style>
a { background-color: #854912; }
a { background-color: rgb(133,73,18); }
div.DivClassName
{
background-color: #854912;
}
.BgClassName
{
background-color: #854912;
}
</style>
border-color css
<style>
span { border-color: #854912; }
span { border-color: rgb(133,73,18); }
td.TdClassName
{
border-color: #854912;
}
.TagClassName
{
border-color: #854912;
}
</style>