Shades of Saddle Brown #85380B
Tints of Saddle Brown #85380B
RGB
CMYK
RGB Variations
Color information
#85380B (or 0x85380B) is known color: Saddle Brown. HEX triplet: 85, 38 and 0B. RGB value is (133,56,11). Sum of RGB (Red+Green+Blue) = 133+56+11=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #85380B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85380B is #7AC7F4. Grayscale: #4A4A4A. Windows color (decimal): -8046581 or 735365. OLE color: 735365.
HSL color Cylindrical-coordinate representation of color #85380B: hue angle of 22.13º 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 #85380B is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 56 | 11 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.48 |
| HSL | 22.13º | 0.85% | 0.28% | - |
| HSV(B) | 22.13º | 0.92% | 0.52% | - |
| XYZ | 11.15 | 7.84 | 1.24 | - |
| YUV | 73.89 | 92.51 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 11 | 0 | 0.58 | 0.92 | 0.48 | 22.13 | 0.85 | 0.28 |
| Hex | 85 | 38 | B | 0 | 3A | 5C | 30 | 16 | 55 | 1C |
| Octal | 205 | 70 | 13 | 0 | 72 | 134 | 60 | 26 | 125 | 34 |
| Binary | 10000101 | 111000 | 1011 | 0 | 111010 | 1011100 | 110000 | 10110 | 1010101 | 11100 |
Color Harmonies of #85380B
Complementary color
Monochromatic Colors of #85380B
Black with #85380B
Text Example
Text Example
White with #85380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85380B; }
p { color: rgb(133,56,11); }
H1.HeaderClassName
{
color: #85380B;
}
.AnyTagClassName
{
color: #85380B;
}
</style>
background-color css
<style>
a { background-color: #85380B; }
a { background-color: rgb(133,56,11); }
div.DivClassName
{
background-color: #85380B;
}
.BgClassName
{
background-color: #85380B;
}
</style>
border-color css
<style>
span { border-color: #85380B; }
span { border-color: rgb(133,56,11); }
td.TdClassName
{
border-color: #85380B;
}
.TagClassName
{
border-color: #85380B;
}
</style>