Shades of Saddle Brown #85490D
Tints of Saddle Brown #85490D
RGB
CMYK
RGB Variations
Color information
#85490D (or 0x85490D) is known color: Saddle Brown. HEX triplet: 85, 49 and 0D. RGB value is (133,73,13). Sum of RGB (Red+Green+Blue) = 133+73+13=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #85490D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85490D is #7AB6F2. Grayscale: #545454. Windows color (decimal): -8042227 or 870789. OLE color: 870789.
HSL color Cylindrical-coordinate representation of color #85490D: hue angle of 30º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85490D is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 73 | 13 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.48 |
| HSL | 30º | 0.82% | 0.29% | - |
| HSV(B) | 30º | 0.9% | 0.52% | - |
| XYZ | 12.13 | 9.78 | 1.63 | - |
| YUV | 84.1 | 87.88 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 73 | 13 | 0 | 0.45 | 0.90 | 0.48 | 30 | 0.82 | 0.29 |
| Hex | 85 | 49 | D | 0 | 2D | 5A | 30 | 1E | 52 | 1D |
| Octal | 205 | 111 | 15 | 0 | 55 | 132 | 60 | 36 | 122 | 35 |
| Binary | 10000101 | 1001001 | 1101 | 0 | 101101 | 1011010 | 110000 | 11110 | 1010010 | 11101 |
Color Harmonies of #85490D
Complementary color
Monochromatic Colors of #85490D
Black with #85490D
Text Example
Text Example
White with #85490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85490D; }
p { color: rgb(133,73,13); }
H1.HeaderClassName
{
color: #85490D;
}
.AnyTagClassName
{
color: #85490D;
}
</style>
background-color css
<style>
a { background-color: #85490D; }
a { background-color: rgb(133,73,13); }
div.DivClassName
{
background-color: #85490D;
}
.BgClassName
{
background-color: #85490D;
}
</style>
border-color css
<style>
span { border-color: #85490D; }
span { border-color: rgb(133,73,13); }
td.TdClassName
{
border-color: #85490D;
}
.TagClassName
{
border-color: #85490D;
}
</style>