Shades of Russet #855114
Tints of Russet #855114
RGB
CMYK
RGB Variations
Color information
#855114 (or 0x855114) is known color: Russet. HEX triplet: 85, 51 and 14. RGB value is (133,81,20). Sum of RGB (Red+Green+Blue) = 133+81+20=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #855114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855114 is #7AAEEB. Grayscale: #595959. Windows color (decimal): -8040172 or 1331589. OLE color: 1331589.
HSL color Cylindrical-coordinate representation of color #855114: hue angle of 32.39º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #855114 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 20 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.48 |
| HSL | 32.39º | 0.74% | 0.3% | - |
| HSV(B) | 32.39º | 0.85% | 0.52% | - |
| XYZ | 12.74 | 10.92 | 2.1 | - |
| YUV | 89.59 | 88.73 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 20 | 0 | 0.39 | 0.85 | 0.48 | 32.39 | 0.74 | 0.3 |
| Hex | 85 | 51 | 14 | 0 | 27 | 55 | 30 | 20 | 4A | 1E |
| Octal | 205 | 121 | 24 | 0 | 47 | 125 | 60 | 40 | 112 | 36 |
| Binary | 10000101 | 1010001 | 10100 | 0 | 100111 | 1010101 | 110000 | 100000 | 1001010 | 11110 |
Color Harmonies of #855114
Complementary color
Monochromatic Colors of #855114
Black with #855114
Text Example
Text Example
White with #855114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855114; }
p { color: rgb(133,81,20); }
H1.HeaderClassName
{
color: #855114;
}
.AnyTagClassName
{
color: #855114;
}
</style>
background-color css
<style>
a { background-color: #855114; }
a { background-color: rgb(133,81,20); }
div.DivClassName
{
background-color: #855114;
}
.BgClassName
{
background-color: #855114;
}
</style>
border-color css
<style>
span { border-color: #855114; }
span { border-color: rgb(133,81,20); }
td.TdClassName
{
border-color: #855114;
}
.TagClassName
{
border-color: #855114;
}
</style>