Shades of Saddle Brown #85440D
Tints of Saddle Brown #85440D
RGB
CMYK
RGB Variations
Color information
#85440D (or 0x85440D) is known color: Saddle Brown. HEX triplet: 85, 44 and 0D. RGB value is (133,68,13). Sum of RGB (Red+Green+Blue) = 133+68+13=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #85440D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85440D is #7ABBF2. Grayscale: #515151. Windows color (decimal): -8043507 or 869509. OLE color: 869509.
HSL color Cylindrical-coordinate representation of color #85440D: hue angle of 27.5º 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 #85440D is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 68 | 13 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.48 |
| HSL | 27.5º | 0.82% | 0.29% | - |
| HSV(B) | 27.5º | 0.9% | 0.52% | - |
| XYZ | 11.81 | 9.15 | 1.52 | - |
| YUV | 81.17 | 89.53 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 68 | 13 | 0 | 0.49 | 0.90 | 0.48 | 27.5 | 0.82 | 0.29 |
| Hex | 85 | 44 | D | 0 | 31 | 5A | 30 | 1C | 52 | 1D |
| Octal | 205 | 104 | 15 | 0 | 61 | 132 | 60 | 34 | 122 | 35 |
| Binary | 10000101 | 1000100 | 1101 | 0 | 110001 | 1011010 | 110000 | 11100 | 1010010 | 11101 |
Color Harmonies of #85440D
Complementary color
Monochromatic Colors of #85440D
Black with #85440D
Text Example
Text Example
White with #85440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85440D; }
p { color: rgb(133,68,13); }
H1.HeaderClassName
{
color: #85440D;
}
.AnyTagClassName
{
color: #85440D;
}
</style>
background-color css
<style>
a { background-color: #85440D; }
a { background-color: rgb(133,68,13); }
div.DivClassName
{
background-color: #85440D;
}
.BgClassName
{
background-color: #85440D;
}
</style>
border-color css
<style>
span { border-color: #85440D; }
span { border-color: rgb(133,68,13); }
td.TdClassName
{
border-color: #85440D;
}
.TagClassName
{
border-color: #85440D;
}
</style>