Shades of Russet #85511B
Tints of Russet #85511B
RGB
CMYK
RGB Variations
Color information
#85511B (or 0x85511B) is known color: Russet. HEX triplet: 85, 51 and 1B. RGB value is (133,81,27). Sum of RGB (Red+Green+Blue) = 133+81+27=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #85511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85511B is #7AAEE4. Grayscale: #5A5A5A. Windows color (decimal): -8040165 or 1790341. OLE color: 1790341.
HSL color Cylindrical-coordinate representation of color #85511B: hue angle of 30.57º degrees, saturation: 0.66, 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 #85511B is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 27 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.48 |
| HSL | 30.57º | 0.66% | 0.31% | - |
| HSV(B) | 30.57º | 0.8% | 0.52% | - |
| XYZ | 12.81 | 10.95 | 2.48 | - |
| YUV | 90.39 | 92.23 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 27 | 0 | 0.39 | 0.80 | 0.48 | 30.57 | 0.66 | 0.31 |
| Hex | 85 | 51 | 1B | 0 | 27 | 50 | 30 | 1F | 42 | 1F |
| Octal | 205 | 121 | 33 | 0 | 47 | 120 | 60 | 37 | 102 | 37 |
| Binary | 10000101 | 1010001 | 11011 | 0 | 100111 | 1010000 | 110000 | 11111 | 1000010 | 11111 |
Color Harmonies of #85511B
Complementary color
Monochromatic Colors of #85511B
Black with #85511B
Text Example
Text Example
White with #85511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85511B; }
p { color: rgb(133,81,27); }
H1.HeaderClassName
{
color: #85511B;
}
.AnyTagClassName
{
color: #85511B;
}
</style>
background-color css
<style>
a { background-color: #85511B; }
a { background-color: rgb(133,81,27); }
div.DivClassName
{
background-color: #85511B;
}
.BgClassName
{
background-color: #85511B;
}
</style>
border-color css
<style>
span { border-color: #85511B; }
span { border-color: rgb(133,81,27); }
td.TdClassName
{
border-color: #85511B;
}
.TagClassName
{
border-color: #85511B;
}
</style>