Shades of Saddle Brown #85440C
Tints of Saddle Brown #85440C
RGB
CMYK
RGB Variations
Color information
#85440C (or 0x85440C) is known color: Saddle Brown. HEX triplet: 85, 44 and 0C. RGB value is (133,68,12). Sum of RGB (Red+Green+Blue) = 133+68+12=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #85440C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85440C is #7ABBF3. Grayscale: #515151. Windows color (decimal): -8043508 or 803973. OLE color: 803973.
HSL color Cylindrical-coordinate representation of color #85440C: hue angle of 27.77º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85440C is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 68 | 12 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.48 |
| HSL | 27.77º | 0.83% | 0.28% | - |
| HSV(B) | 27.77º | 0.91% | 0.52% | - |
| XYZ | 11.81 | 9.15 | 1.49 | - |
| YUV | 81.05 | 89.03 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 68 | 12 | 0 | 0.49 | 0.91 | 0.48 | 27.77 | 0.83 | 0.28 |
| Hex | 85 | 44 | C | 0 | 31 | 5B | 30 | 1C | 53 | 1C |
| Octal | 205 | 104 | 14 | 0 | 61 | 133 | 60 | 34 | 123 | 34 |
| Binary | 10000101 | 1000100 | 1100 | 0 | 110001 | 1011011 | 110000 | 11100 | 1010011 | 11100 |
Color Harmonies of #85440C
Complementary color
Monochromatic Colors of #85440C
Black with #85440C
Text Example
Text Example
White with #85440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85440C; }
p { color: rgb(133,68,12); }
H1.HeaderClassName
{
color: #85440C;
}
.AnyTagClassName
{
color: #85440C;
}
</style>
background-color css
<style>
a { background-color: #85440C; }
a { background-color: rgb(133,68,12); }
div.DivClassName
{
background-color: #85440C;
}
.BgClassName
{
background-color: #85440C;
}
</style>
border-color css
<style>
span { border-color: #85440C; }
span { border-color: rgb(133,68,12); }
td.TdClassName
{
border-color: #85440C;
}
.TagClassName
{
border-color: #85440C;
}
</style>