Shades of Saddle Brown #85490B
Tints of Saddle Brown #85490B
RGB
CMYK
RGB Variations
Color information
#85490B (or 0x85490B) is known color: Saddle Brown. HEX triplet: 85, 49 and 0B. RGB value is (133,73,11). Sum of RGB (Red+Green+Blue) = 133+73+11=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #85490B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85490B is #7AB6F4. Grayscale: #545454. Windows color (decimal): -8042229 or 739717. OLE color: 739717.
HSL color Cylindrical-coordinate representation of color #85490B: hue angle of 30.49º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85490B is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 73 | 11 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.48 |
| HSL | 30.49º | 0.85% | 0.28% | - |
| HSV(B) | 30.49º | 0.92% | 0.52% | - |
| XYZ | 12.12 | 9.78 | 1.56 | - |
| YUV | 83.87 | 86.88 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 73 | 11 | 0 | 0.45 | 0.92 | 0.48 | 30.49 | 0.85 | 0.28 |
| Hex | 85 | 49 | B | 0 | 2D | 5C | 30 | 1E | 55 | 1C |
| Octal | 205 | 111 | 13 | 0 | 55 | 134 | 60 | 36 | 125 | 34 |
| Binary | 10000101 | 1001001 | 1011 | 0 | 101101 | 1011100 | 110000 | 11110 | 1010101 | 11100 |
Color Harmonies of #85490B
Complementary color
Monochromatic Colors of #85490B
Black with #85490B
Text Example
Text Example
White with #85490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85490B; }
p { color: rgb(133,73,11); }
H1.HeaderClassName
{
color: #85490B;
}
.AnyTagClassName
{
color: #85490B;
}
</style>
background-color css
<style>
a { background-color: #85490B; }
a { background-color: rgb(133,73,11); }
div.DivClassName
{
background-color: #85490B;
}
.BgClassName
{
background-color: #85490B;
}
</style>
border-color css
<style>
span { border-color: #85490B; }
span { border-color: rgb(133,73,11); }
td.TdClassName
{
border-color: #85490B;
}
.TagClassName
{
border-color: #85490B;
}
</style>