Shades of Russet #854018
Tints of Russet #854018
RGB
CMYK
RGB Variations
Color information
#854018 (or 0x854018) is known color: Russet. HEX triplet: 85, 40 and 18. RGB value is (133,64,24). Sum of RGB (Red+Green+Blue) = 133+64+24=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #854018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854018 is #7ABFE7. Grayscale: #505050. Windows color (decimal): -8044520 or 1589381. OLE color: 1589381.
HSL color Cylindrical-coordinate representation of color #854018: hue angle of 22.02º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #854018 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 64 | 24 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.48 |
| HSL | 22.02º | 0.69% | 0.31% | - |
| HSV(B) | 22.02º | 0.82% | 0.52% | - |
| XYZ | 11.67 | 8.72 | 1.93 | - |
| YUV | 80.07 | 96.36 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 24 | 0 | 0.52 | 0.82 | 0.48 | 22.02 | 0.69 | 0.31 |
| Hex | 85 | 40 | 18 | 0 | 34 | 52 | 30 | 16 | 45 | 1F |
| Octal | 205 | 100 | 30 | 0 | 64 | 122 | 60 | 26 | 105 | 37 |
| Binary | 10000101 | 1000000 | 11000 | 0 | 110100 | 1010010 | 110000 | 10110 | 1000101 | 11111 |
Color Harmonies of #854018
Complementary color
Monochromatic Colors of #854018
Black with #854018
Text Example
Text Example
White with #854018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854018; }
p { color: rgb(133,64,24); }
H1.HeaderClassName
{
color: #854018;
}
.AnyTagClassName
{
color: #854018;
}
</style>
background-color css
<style>
a { background-color: #854018; }
a { background-color: rgb(133,64,24); }
div.DivClassName
{
background-color: #854018;
}
.BgClassName
{
background-color: #854018;
}
</style>
border-color css
<style>
span { border-color: #854018; }
span { border-color: rgb(133,64,24); }
td.TdClassName
{
border-color: #854018;
}
.TagClassName
{
border-color: #854018;
}
</style>