Shades of Saddle Brown #85380E
Tints of Saddle Brown #85380E
RGB
CMYK
RGB Variations
Color information
#85380E (or 0x85380E) is known color: Saddle Brown. HEX triplet: 85, 38 and 0E. RGB value is (133,56,14). Sum of RGB (Red+Green+Blue) = 133+56+14=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #85380E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85380E is #7AC7F1. Grayscale: #4A4A4A. Windows color (decimal): -8046578 or 931973. OLE color: 931973.
HSL color Cylindrical-coordinate representation of color #85380E: hue angle of 21.18º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85380E is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 56 | 14 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.48 |
| HSL | 21.18º | 0.81% | 0.29% | - |
| HSV(B) | 21.18º | 0.89% | 0.52% | - |
| XYZ | 11.17 | 7.85 | 1.34 | - |
| YUV | 74.24 | 94.01 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 14 | 0 | 0.58 | 0.89 | 0.48 | 21.18 | 0.81 | 0.29 |
| Hex | 85 | 38 | E | 0 | 3A | 59 | 30 | 15 | 51 | 1D |
| Octal | 205 | 70 | 16 | 0 | 72 | 131 | 60 | 25 | 121 | 35 |
| Binary | 10000101 | 111000 | 1110 | 0 | 111010 | 1011001 | 110000 | 10101 | 1010001 | 11101 |
Color Harmonies of #85380E
Complementary color
Monochromatic Colors of #85380E
Black with #85380E
Text Example
Text Example
White with #85380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85380E; }
p { color: rgb(133,56,14); }
H1.HeaderClassName
{
color: #85380E;
}
.AnyTagClassName
{
color: #85380E;
}
</style>
background-color css
<style>
a { background-color: #85380E; }
a { background-color: rgb(133,56,14); }
div.DivClassName
{
background-color: #85380E;
}
.BgClassName
{
background-color: #85380E;
}
</style>
border-color css
<style>
span { border-color: #85380E; }
span { border-color: rgb(133,56,14); }
td.TdClassName
{
border-color: #85380E;
}
.TagClassName
{
border-color: #85380E;
}
</style>