Shades of Russet #85501D
Tints of Russet #85501D
RGB
CMYK
RGB Variations
Color information
#85501D (or 0x85501D) is known color: Russet. HEX triplet: 85, 50 and 1D. RGB value is (133,80,29). Sum of RGB (Red+Green+Blue) = 133+80+29=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #85501D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85501D is #7AAFE2. Grayscale: #5A5A5A. Windows color (decimal): -8040419 or 1921157. OLE color: 1921157.
HSL color Cylindrical-coordinate representation of color #85501D: hue angle of 29.42º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85501D is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 80 | 29 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.48 |
| HSL | 29.42º | 0.64% | 0.32% | - |
| HSV(B) | 29.42º | 0.78% | 0.52% | - |
| XYZ | 12.76 | 10.81 | 2.58 | - |
| YUV | 90.03 | 93.56 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 29 | 0 | 0.40 | 0.78 | 0.48 | 29.42 | 0.64 | 0.32 |
| Hex | 85 | 50 | 1D | 0 | 28 | 4E | 30 | 1D | 40 | 20 |
| Octal | 205 | 120 | 35 | 0 | 50 | 116 | 60 | 35 | 100 | 40 |
| Binary | 10000101 | 1010000 | 11101 | 0 | 101000 | 1001110 | 110000 | 11101 | 1000000 | 100000 |
Color Harmonies of #85501D
Complementary color
Monochromatic Colors of #85501D
Black with #85501D
Text Example
Text Example
White with #85501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85501D; }
p { color: rgb(133,80,29); }
H1.HeaderClassName
{
color: #85501D;
}
.AnyTagClassName
{
color: #85501D;
}
</style>
background-color css
<style>
a { background-color: #85501D; }
a { background-color: rgb(133,80,29); }
div.DivClassName
{
background-color: #85501D;
}
.BgClassName
{
background-color: #85501D;
}
</style>
border-color css
<style>
span { border-color: #85501D; }
span { border-color: rgb(133,80,29); }
td.TdClassName
{
border-color: #85501D;
}
.TagClassName
{
border-color: #85501D;
}
</style>