Shades of Russet #855018
Tints of Russet #855018
RGB
CMYK
RGB Variations
Color information
#855018 (or 0x855018) is known color: Russet. HEX triplet: 85, 50 and 18. RGB value is (133,80,24). Sum of RGB (Red+Green+Blue) = 133+80+24=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #855018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855018 is #7AAFE7. Grayscale: #595959. Windows color (decimal): -8040424 or 1593477. OLE color: 1593477.
HSL color Cylindrical-coordinate representation of color #855018: hue angle of 30.83º 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 #855018 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 80 | 24 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.48 |
| HSL | 30.83º | 0.69% | 0.31% | - |
| HSV(B) | 30.83º | 0.82% | 0.52% | - |
| XYZ | 12.71 | 10.79 | 2.28 | - |
| YUV | 89.46 | 91.06 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 24 | 0 | 0.40 | 0.82 | 0.48 | 30.83 | 0.69 | 0.31 |
| Hex | 85 | 50 | 18 | 0 | 28 | 52 | 30 | 1F | 45 | 1F |
| Octal | 205 | 120 | 30 | 0 | 50 | 122 | 60 | 37 | 105 | 37 |
| Binary | 10000101 | 1010000 | 11000 | 0 | 101000 | 1010010 | 110000 | 11111 | 1000101 | 11111 |
Color Harmonies of #855018
Complementary color
Monochromatic Colors of #855018
Black with #855018
Text Example
Text Example
White with #855018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855018; }
p { color: rgb(133,80,24); }
H1.HeaderClassName
{
color: #855018;
}
.AnyTagClassName
{
color: #855018;
}
</style>
background-color css
<style>
a { background-color: #855018; }
a { background-color: rgb(133,80,24); }
div.DivClassName
{
background-color: #855018;
}
.BgClassName
{
background-color: #855018;
}
</style>
border-color css
<style>
span { border-color: #855018; }
span { border-color: rgb(133,80,24); }
td.TdClassName
{
border-color: #855018;
}
.TagClassName
{
border-color: #855018;
}
</style>