Shades of Russet #85511A
Tints of Russet #85511A
RGB
CMYK
RGB Variations
Color information
#85511A (or 0x85511A) is known color: Russet. HEX triplet: 85, 51 and 1A. RGB value is (133,81,26). Sum of RGB (Red+Green+Blue) = 133+81+26=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #85511A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85511A is #7AAEE5. Grayscale: #5A5A5A. Windows color (decimal): -8040166 or 1724805. OLE color: 1724805.
HSL color Cylindrical-coordinate representation of color #85511A: hue angle of 30.84º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85511A is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 26 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.48 |
| HSL | 30.84º | 0.67% | 0.31% | - |
| HSV(B) | 30.84º | 0.8% | 0.52% | - |
| XYZ | 12.8 | 10.95 | 2.42 | - |
| YUV | 90.28 | 91.73 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 26 | 0 | 0.39 | 0.80 | 0.48 | 30.84 | 0.67 | 0.31 |
| Hex | 85 | 51 | 1A | 0 | 27 | 50 | 30 | 1F | 43 | 1F |
| Octal | 205 | 121 | 32 | 0 | 47 | 120 | 60 | 37 | 103 | 37 |
| Binary | 10000101 | 1010001 | 11010 | 0 | 100111 | 1010000 | 110000 | 11111 | 1000011 | 11111 |
Color Harmonies of #85511A
Complementary color
Monochromatic Colors of #85511A
Black with #85511A
Text Example
Text Example
White with #85511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85511A; }
p { color: rgb(133,81,26); }
H1.HeaderClassName
{
color: #85511A;
}
.AnyTagClassName
{
color: #85511A;
}
</style>
background-color css
<style>
a { background-color: #85511A; }
a { background-color: rgb(133,81,26); }
div.DivClassName
{
background-color: #85511A;
}
.BgClassName
{
background-color: #85511A;
}
</style>
border-color css
<style>
span { border-color: #85511A; }
span { border-color: rgb(133,81,26); }
td.TdClassName
{
border-color: #85511A;
}
.TagClassName
{
border-color: #85511A;
}
</style>