Shades of Russet #85511C
Tints of Russet #85511C
RGB
CMYK
RGB Variations
Color information
#85511C (or 0x85511C) is known color: Russet. HEX triplet: 85, 51 and 1C. RGB value is (133,81,28). Sum of RGB (Red+Green+Blue) = 133+81+28=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #85511C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85511C is #7AAEE3. Grayscale: #5A5A5A. Windows color (decimal): -8040164 or 1855877. OLE color: 1855877.
HSL color Cylindrical-coordinate representation of color #85511C: hue angle of 30.29º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85511C is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 28 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.48 |
| HSL | 30.29º | 0.65% | 0.32% | - |
| HSV(B) | 30.29º | 0.79% | 0.52% | - |
| XYZ | 12.82 | 10.96 | 2.54 | - |
| YUV | 90.51 | 92.73 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 28 | 0 | 0.39 | 0.79 | 0.48 | 30.29 | 0.65 | 0.32 |
| Hex | 85 | 51 | 1C | 0 | 27 | 4F | 30 | 1E | 41 | 20 |
| Octal | 205 | 121 | 34 | 0 | 47 | 117 | 60 | 36 | 101 | 40 |
| Binary | 10000101 | 1010001 | 11100 | 0 | 100111 | 1001111 | 110000 | 11110 | 1000001 | 100000 |
Color Harmonies of #85511C
Complementary color
Monochromatic Colors of #85511C
Black with #85511C
Text Example
Text Example
White with #85511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85511C; }
p { color: rgb(133,81,28); }
H1.HeaderClassName
{
color: #85511C;
}
.AnyTagClassName
{
color: #85511C;
}
</style>
background-color css
<style>
a { background-color: #85511C; }
a { background-color: rgb(133,81,28); }
div.DivClassName
{
background-color: #85511C;
}
.BgClassName
{
background-color: #85511C;
}
</style>
border-color css
<style>
span { border-color: #85511C; }
span { border-color: rgb(133,81,28); }
td.TdClassName
{
border-color: #85511C;
}
.TagClassName
{
border-color: #85511C;
}
</style>