Shades of Saddle Brown #85410C
Tints of Saddle Brown #85410C
RGB
CMYK
RGB Variations
Color information
#85410C (or 0x85410C) is known color: Saddle Brown. HEX triplet: 85, 41 and 0C. RGB value is (133,65,12). Sum of RGB (Red+Green+Blue) = 133+65+12=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #85410C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85410C is #7ABEF3. Grayscale: #4F4F4F. Windows color (decimal): -8044276 or 803205. OLE color: 803205.
HSL color Cylindrical-coordinate representation of color #85410C: hue angle of 26.28º 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 #85410C is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 65 | 12 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.48 |
| HSL | 26.28º | 0.83% | 0.28% | - |
| HSV(B) | 26.28º | 0.91% | 0.52% | - |
| XYZ | 11.63 | 8.79 | 1.43 | - |
| YUV | 79.29 | 90.03 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 12 | 0 | 0.51 | 0.91 | 0.48 | 26.28 | 0.83 | 0.28 |
| Hex | 85 | 41 | C | 0 | 33 | 5B | 30 | 1A | 53 | 1C |
| Octal | 205 | 101 | 14 | 0 | 63 | 133 | 60 | 32 | 123 | 34 |
| Binary | 10000101 | 1000001 | 1100 | 0 | 110011 | 1011011 | 110000 | 11010 | 1010011 | 11100 |
Color Harmonies of #85410C
Complementary color
Monochromatic Colors of #85410C
Black with #85410C
Text Example
Text Example
White with #85410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85410C; }
p { color: rgb(133,65,12); }
H1.HeaderClassName
{
color: #85410C;
}
.AnyTagClassName
{
color: #85410C;
}
</style>
background-color css
<style>
a { background-color: #85410C; }
a { background-color: rgb(133,65,12); }
div.DivClassName
{
background-color: #85410C;
}
.BgClassName
{
background-color: #85410C;
}
</style>
border-color css
<style>
span { border-color: #85410C; }
span { border-color: rgb(133,65,12); }
td.TdClassName
{
border-color: #85410C;
}
.TagClassName
{
border-color: #85410C;
}
</style>