Shades of Russet #85401E
Tints of Russet #85401E
RGB
CMYK
RGB Variations
Color information
#85401E (or 0x85401E) is known color: Russet. HEX triplet: 85, 40 and 1E. RGB value is (133,64,30). Sum of RGB (Red+Green+Blue) = 133+64+30=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #85401E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85401E is #7ABFE1. Grayscale: #505050. Windows color (decimal): -8044514 or 1982597. OLE color: 1982597.
HSL color Cylindrical-coordinate representation of color #85401E: hue angle of 19.81º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85401E is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 64 | 30 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.48 |
| HSL | 19.81º | 0.63% | 0.32% | - |
| HSV(B) | 19.81º | 0.77% | 0.52% | - |
| XYZ | 11.74 | 8.75 | 2.3 | - |
| YUV | 80.76 | 99.36 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 30 | 0 | 0.52 | 0.77 | 0.48 | 19.81 | 0.63 | 0.32 |
| Hex | 85 | 40 | 1E | 0 | 34 | 4D | 30 | 14 | 3F | 20 |
| Octal | 205 | 100 | 36 | 0 | 64 | 115 | 60 | 24 | 77 | 40 |
| Binary | 10000101 | 1000000 | 11110 | 0 | 110100 | 1001101 | 110000 | 10100 | 111111 | 100000 |
Color Harmonies of #85401E
Complementary color
Monochromatic Colors of #85401E
Black with #85401E
Text Example
Text Example
White with #85401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85401E; }
p { color: rgb(133,64,30); }
H1.HeaderClassName
{
color: #85401E;
}
.AnyTagClassName
{
color: #85401E;
}
</style>
background-color css
<style>
a { background-color: #85401E; }
a { background-color: rgb(133,64,30); }
div.DivClassName
{
background-color: #85401E;
}
.BgClassName
{
background-color: #85401E;
}
</style>
border-color css
<style>
span { border-color: #85401E; }
span { border-color: rgb(133,64,30); }
td.TdClassName
{
border-color: #85401E;
}
.TagClassName
{
border-color: #85401E;
}
</style>