Shades of Saddle Brown #85500D
Tints of Saddle Brown #85500D
RGB
CMYK
RGB Variations
Color information
#85500D (or 0x85500D) is known color: Saddle Brown. HEX triplet: 85, 50 and 0D. RGB value is (133,80,13). Sum of RGB (Red+Green+Blue) = 133+80+13=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #85500D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85500D is #7AAFF2. Grayscale: #585858. Windows color (decimal): -8040435 or 872581. OLE color: 872581.
HSL color Cylindrical-coordinate representation of color #85500D: hue angle of 33.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 #85500D is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 80 | 13 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.48 |
| HSL | 33.5º | 0.82% | 0.29% | - |
| HSV(B) | 33.5º | 0.9% | 0.52% | - |
| XYZ | 12.61 | 10.75 | 1.79 | - |
| YUV | 88.21 | 85.56 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 13 | 0 | 0.40 | 0.90 | 0.48 | 33.5 | 0.82 | 0.29 |
| Hex | 85 | 50 | D | 0 | 28 | 5A | 30 | 22 | 52 | 1D |
| Octal | 205 | 120 | 15 | 0 | 50 | 132 | 60 | 42 | 122 | 35 |
| Binary | 10000101 | 1010000 | 1101 | 0 | 101000 | 1011010 | 110000 | 100010 | 1010010 | 11101 |
Color Harmonies of #85500D
Complementary color
Monochromatic Colors of #85500D
Black with #85500D
Text Example
Text Example
White with #85500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85500D; }
p { color: rgb(133,80,13); }
H1.HeaderClassName
{
color: #85500D;
}
.AnyTagClassName
{
color: #85500D;
}
</style>
background-color css
<style>
a { background-color: #85500D; }
a { background-color: rgb(133,80,13); }
div.DivClassName
{
background-color: #85500D;
}
.BgClassName
{
background-color: #85500D;
}
</style>
border-color css
<style>
span { border-color: #85500D; }
span { border-color: rgb(133,80,13); }
td.TdClassName
{
border-color: #85500D;
}
.TagClassName
{
border-color: #85500D;
}
</style>