Shades of Saddle Brown #85470F
Tints of Saddle Brown #85470F
RGB
CMYK
RGB Variations
Color information
#85470F (or 0x85470F) is known color: Saddle Brown. HEX triplet: 85, 47 and 0F. RGB value is (133,71,15). Sum of RGB (Red+Green+Blue) = 133+71+15=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #85470F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85470F is #7AB8F0. Grayscale: #535353. Windows color (decimal): -8042737 or 1001349. OLE color: 1001349.
HSL color Cylindrical-coordinate representation of color #85470F: hue angle of 28.47º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85470F is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 71 | 15 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.48 |
| HSL | 28.47º | 0.8% | 0.29% | - |
| HSV(B) | 28.47º | 0.89% | 0.52% | - |
| XYZ | 12.01 | 9.53 | 1.66 | - |
| YUV | 83.15 | 89.54 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 71 | 15 | 0 | 0.47 | 0.89 | 0.48 | 28.47 | 0.8 | 0.29 |
| Hex | 85 | 47 | F | 0 | 2F | 59 | 30 | 1C | 50 | 1D |
| Octal | 205 | 107 | 17 | 0 | 57 | 131 | 60 | 34 | 120 | 35 |
| Binary | 10000101 | 1000111 | 1111 | 0 | 101111 | 1011001 | 110000 | 11100 | 1010000 | 11101 |
Color Harmonies of #85470F
Complementary color
Monochromatic Colors of #85470F
Black with #85470F
Text Example
Text Example
White with #85470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85470F; }
p { color: rgb(133,71,15); }
H1.HeaderClassName
{
color: #85470F;
}
.AnyTagClassName
{
color: #85470F;
}
</style>
background-color css
<style>
a { background-color: #85470F; }
a { background-color: rgb(133,71,15); }
div.DivClassName
{
background-color: #85470F;
}
.BgClassName
{
background-color: #85470F;
}
</style>
border-color css
<style>
span { border-color: #85470F; }
span { border-color: rgb(133,71,15); }
td.TdClassName
{
border-color: #85470F;
}
.TagClassName
{
border-color: #85470F;
}
</style>