Shades of Saddle Brown #85490C
Tints of Saddle Brown #85490C
RGB
CMYK
RGB Variations
Color information
#85490C (or 0x85490C) is known color: Saddle Brown. HEX triplet: 85, 49 and 0C. RGB value is (133,73,12). Sum of RGB (Red+Green+Blue) = 133+73+12=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #85490C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85490C is #7AB6F3. Grayscale: #545454. Windows color (decimal): -8042228 or 805253. OLE color: 805253.
HSL color Cylindrical-coordinate representation of color #85490C: hue angle of 30.25º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85490C is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 73 | 12 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.48 |
| HSL | 30.25º | 0.83% | 0.28% | - |
| HSV(B) | 30.25º | 0.91% | 0.52% | - |
| XYZ | 12.12 | 9.78 | 1.6 | - |
| YUV | 83.99 | 87.38 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 73 | 12 | 0 | 0.45 | 0.91 | 0.48 | 30.25 | 0.83 | 0.28 |
| Hex | 85 | 49 | C | 0 | 2D | 5B | 30 | 1E | 53 | 1C |
| Octal | 205 | 111 | 14 | 0 | 55 | 133 | 60 | 36 | 123 | 34 |
| Binary | 10000101 | 1001001 | 1100 | 0 | 101101 | 1011011 | 110000 | 11110 | 1010011 | 11100 |
Color Harmonies of #85490C
Complementary color
Monochromatic Colors of #85490C
Black with #85490C
Text Example
Text Example
White with #85490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85490C; }
p { color: rgb(133,73,12); }
H1.HeaderClassName
{
color: #85490C;
}
.AnyTagClassName
{
color: #85490C;
}
</style>
background-color css
<style>
a { background-color: #85490C; }
a { background-color: rgb(133,73,12); }
div.DivClassName
{
background-color: #85490C;
}
.BgClassName
{
background-color: #85490C;
}
</style>
border-color css
<style>
span { border-color: #85490C; }
span { border-color: rgb(133,73,12); }
td.TdClassName
{
border-color: #85490C;
}
.TagClassName
{
border-color: #85490C;
}
</style>