Shades of Saddle Brown #85400D
Tints of Saddle Brown #85400D
RGB
CMYK
RGB Variations
Color information
#85400D (or 0x85400D) is known color: Saddle Brown. HEX triplet: 85, 40 and 0D. RGB value is (133,64,13). Sum of RGB (Red+Green+Blue) = 133+64+13=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #85400D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85400D is #7ABFF2. Grayscale: #4F4F4F. Windows color (decimal): -8044531 or 868485. OLE color: 868485.
HSL color Cylindrical-coordinate representation of color #85400D: hue angle of 25.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 #85400D is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 64 | 13 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.48 |
| HSL | 25.5º | 0.82% | 0.29% | - |
| HSV(B) | 25.5º | 0.9% | 0.52% | - |
| XYZ | 11.58 | 8.68 | 1.45 | - |
| YUV | 78.82 | 90.86 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 13 | 0 | 0.52 | 0.90 | 0.48 | 25.5 | 0.82 | 0.29 |
| Hex | 85 | 40 | D | 0 | 34 | 5A | 30 | 1A | 52 | 1D |
| Octal | 205 | 100 | 15 | 0 | 64 | 132 | 60 | 32 | 122 | 35 |
| Binary | 10000101 | 1000000 | 1101 | 0 | 110100 | 1011010 | 110000 | 11010 | 1010010 | 11101 |
Color Harmonies of #85400D
Complementary color
Monochromatic Colors of #85400D
Black with #85400D
Text Example
Text Example
White with #85400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85400D; }
p { color: rgb(133,64,13); }
H1.HeaderClassName
{
color: #85400D;
}
.AnyTagClassName
{
color: #85400D;
}
</style>
background-color css
<style>
a { background-color: #85400D; }
a { background-color: rgb(133,64,13); }
div.DivClassName
{
background-color: #85400D;
}
.BgClassName
{
background-color: #85400D;
}
</style>
border-color css
<style>
span { border-color: #85400D; }
span { border-color: rgb(133,64,13); }
td.TdClassName
{
border-color: #85400D;
}
.TagClassName
{
border-color: #85400D;
}
</style>