Shades of Saddle Brown #85400B
Tints of Saddle Brown #85400B
RGB
CMYK
RGB Variations
Color information
#85400B (or 0x85400B) is known color: Saddle Brown. HEX triplet: 85, 40 and 0B. RGB value is (133,64,11). Sum of RGB (Red+Green+Blue) = 133+64+11=208 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.94% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 133 - color contains mainly: red. Hex color #85400B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85400B is #7ABFF4. Grayscale: #4E4E4E. Windows color (decimal): -8044533 or 737413. OLE color: 737413.
HSL color Cylindrical-coordinate representation of color #85400B: hue angle of 26.07º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85400B is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 64 | 11 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.48 |
| HSL | 26.07º | 0.85% | 0.28% | - |
| HSV(B) | 26.07º | 0.92% | 0.52% | - |
| XYZ | 11.57 | 8.68 | 1.38 | - |
| YUV | 78.59 | 89.86 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 11 | 0 | 0.52 | 0.92 | 0.48 | 26.07 | 0.85 | 0.28 |
| Hex | 85 | 40 | B | 0 | 34 | 5C | 30 | 1A | 55 | 1C |
| Octal | 205 | 100 | 13 | 0 | 64 | 134 | 60 | 32 | 125 | 34 |
| Binary | 10000101 | 1000000 | 1011 | 0 | 110100 | 1011100 | 110000 | 11010 | 1010101 | 11100 |
Color Harmonies of #85400B
Complementary color
Monochromatic Colors of #85400B
Black with #85400B
Text Example
Text Example
White with #85400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85400B; }
p { color: rgb(133,64,11); }
H1.HeaderClassName
{
color: #85400B;
}
.AnyTagClassName
{
color: #85400B;
}
</style>
background-color css
<style>
a { background-color: #85400B; }
a { background-color: rgb(133,64,11); }
div.DivClassName
{
background-color: #85400B;
}
.BgClassName
{
background-color: #85400B;
}
</style>
border-color css
<style>
span { border-color: #85400B; }
span { border-color: rgb(133,64,11); }
td.TdClassName
{
border-color: #85400B;
}
.TagClassName
{
border-color: #85400B;
}
</style>