Shades of Saddle Brown #85440F
Tints of Saddle Brown #85440F
RGB
CMYK
RGB Variations
Color information
#85440F (or 0x85440F) is known color: Saddle Brown. HEX triplet: 85, 44 and 0F. RGB value is (133,68,15). Sum of RGB (Red+Green+Blue) = 133+68+15=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #85440F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85440F is #7ABBF0. Grayscale: #515151. Windows color (decimal): -8043505 or 1000581. OLE color: 1000581.
HSL color Cylindrical-coordinate representation of color #85440F: hue angle of 26.95º 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 #85440F is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 68 | 15 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.48 |
| HSL | 26.95º | 0.8% | 0.29% | - |
| HSV(B) | 26.95º | 0.89% | 0.52% | - |
| XYZ | 11.83 | 9.16 | 1.6 | - |
| YUV | 81.39 | 90.53 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 68 | 15 | 0 | 0.49 | 0.89 | 0.48 | 26.95 | 0.8 | 0.29 |
| Hex | 85 | 44 | F | 0 | 31 | 59 | 30 | 1B | 50 | 1D |
| Octal | 205 | 104 | 17 | 0 | 61 | 131 | 60 | 33 | 120 | 35 |
| Binary | 10000101 | 1000100 | 1111 | 0 | 110001 | 1011001 | 110000 | 11011 | 1010000 | 11101 |
Color Harmonies of #85440F
Complementary color
Monochromatic Colors of #85440F
Black with #85440F
Text Example
Text Example
White with #85440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85440F; }
p { color: rgb(133,68,15); }
H1.HeaderClassName
{
color: #85440F;
}
.AnyTagClassName
{
color: #85440F;
}
</style>
background-color css
<style>
a { background-color: #85440F; }
a { background-color: rgb(133,68,15); }
div.DivClassName
{
background-color: #85440F;
}
.BgClassName
{
background-color: #85440F;
}
</style>
border-color css
<style>
span { border-color: #85440F; }
span { border-color: rgb(133,68,15); }
td.TdClassName
{
border-color: #85440F;
}
.TagClassName
{
border-color: #85440F;
}
</style>