Shades of Russet #865021
Tints of Russet #865021
RGB
CMYK
RGB Variations
Color information
#865021 (or 0x865021) is known color: Russet. HEX triplet: 86, 50 and 21. RGB value is (134,80,33). Sum of RGB (Red+Green+Blue) = 134+80+33=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #865021 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865021 is #79AFDE. Grayscale: #5B5B5B. Windows color (decimal): -7974879 or 2183302. OLE color: 2183302.
HSL color Cylindrical-coordinate representation of color #865021: hue angle of 27.92º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #865021 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 80 | 33 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.47 |
| HSL | 27.92º | 0.6% | 0.33% | - |
| HSV(B) | 27.92º | 0.75% | 0.53% | - |
| XYZ | 12.97 | 10.92 | 2.86 | - |
| YUV | 90.79 | 95.39 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 80 | 33 | 0 | 0.40 | 0.75 | 0.47 | 27.92 | 0.6 | 0.33 |
| Hex | 86 | 50 | 21 | 0 | 28 | 4B | 2F | 1C | 3C | 21 |
| Octal | 206 | 120 | 41 | 0 | 50 | 113 | 57 | 34 | 74 | 41 |
| Binary | 10000110 | 1010000 | 100001 | 0 | 101000 | 1001011 | 101111 | 11100 | 111100 | 100001 |
Color Harmonies of #865021
Complementary color
Monochromatic Colors of #865021
Black with #865021
Text Example
Text Example
White with #865021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865021; }
p { color: rgb(134,80,33); }
H1.HeaderClassName
{
color: #865021;
}
.AnyTagClassName
{
color: #865021;
}
</style>
background-color css
<style>
a { background-color: #865021; }
a { background-color: rgb(134,80,33); }
div.DivClassName
{
background-color: #865021;
}
.BgClassName
{
background-color: #865021;
}
</style>
border-color css
<style>
span { border-color: #865021; }
span { border-color: rgb(134,80,33); }
td.TdClassName
{
border-color: #865021;
}
.TagClassName
{
border-color: #865021;
}
</style>