Shades of Saddle Brown #85310D
Tints of Saddle Brown #85310D
RGB
CMYK
RGB Variations
Color information
#85310D (or 0x85310D) is known color: Saddle Brown. HEX triplet: 85, 31 and 0D. RGB value is (133,49,13). Sum of RGB (Red+Green+Blue) = 133+49+13=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #85310D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85310D is #7ACEF2. Grayscale: #464646. Windows color (decimal): -8048371 or 864645. OLE color: 864645.
HSL color Cylindrical-coordinate representation of color #85310D: hue angle of 18º 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 #85310D is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 49 | 13 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.48 |
| HSL | 18º | 0.82% | 0.29% | - |
| HSV(B) | 18º | 0.9% | 0.52% | - |
| XYZ | 10.84 | 7.21 | 1.2 | - |
| YUV | 70.01 | 95.83 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 49 | 13 | 0 | 0.63 | 0.90 | 0.48 | 18 | 0.82 | 0.29 |
| Hex | 85 | 31 | D | 0 | 3F | 5A | 30 | 12 | 52 | 1D |
| Octal | 205 | 61 | 15 | 0 | 77 | 132 | 60 | 22 | 122 | 35 |
| Binary | 10000101 | 110001 | 1101 | 0 | 111111 | 1011010 | 110000 | 10010 | 1010010 | 11101 |
Color Harmonies of #85310D
Complementary color
Monochromatic Colors of #85310D
Black with #85310D
Text Example
Text Example
White with #85310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85310D; }
p { color: rgb(133,49,13); }
H1.HeaderClassName
{
color: #85310D;
}
.AnyTagClassName
{
color: #85310D;
}
</style>
background-color css
<style>
a { background-color: #85310D; }
a { background-color: rgb(133,49,13); }
div.DivClassName
{
background-color: #85310D;
}
.BgClassName
{
background-color: #85310D;
}
</style>
border-color css
<style>
span { border-color: #85310D; }
span { border-color: rgb(133,49,13); }
td.TdClassName
{
border-color: #85310D;
}
.TagClassName
{
border-color: #85310D;
}
</style>