Shades of Russet #85501C
Tints of Russet #85501C
RGB
CMYK
RGB Variations
Color information
#85501C (or 0x85501C) is known color: Russet. HEX triplet: 85, 50 and 1C. RGB value is (133,80,28). Sum of RGB (Red+Green+Blue) = 133+80+28=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #85501C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85501C is #7AAFE3. Grayscale: #5A5A5A. Windows color (decimal): -8040420 or 1855621. OLE color: 1855621.
HSL color Cylindrical-coordinate representation of color #85501C: hue angle of 29.71º 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 #85501C is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 80 | 28 | - |
| CMYK | 0 | 0.40 | 0.79 | 0.48 |
| HSL | 29.71º | 0.65% | 0.32% | - |
| HSV(B) | 29.71º | 0.79% | 0.52% | - |
| XYZ | 12.75 | 10.81 | 2.51 | - |
| YUV | 89.92 | 93.06 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 28 | 0 | 0.40 | 0.79 | 0.48 | 29.71 | 0.65 | 0.32 |
| Hex | 85 | 50 | 1C | 0 | 28 | 4F | 30 | 1E | 41 | 20 |
| Octal | 205 | 120 | 34 | 0 | 50 | 117 | 60 | 36 | 101 | 40 |
| Binary | 10000101 | 1010000 | 11100 | 0 | 101000 | 1001111 | 110000 | 11110 | 1000001 | 100000 |
Color Harmonies of #85501C
Complementary color
Monochromatic Colors of #85501C
Black with #85501C
Text Example
Text Example
White with #85501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85501C; }
p { color: rgb(133,80,28); }
H1.HeaderClassName
{
color: #85501C;
}
.AnyTagClassName
{
color: #85501C;
}
</style>
background-color css
<style>
a { background-color: #85501C; }
a { background-color: rgb(133,80,28); }
div.DivClassName
{
background-color: #85501C;
}
.BgClassName
{
background-color: #85501C;
}
</style>
border-color css
<style>
span { border-color: #85501C; }
span { border-color: rgb(133,80,28); }
td.TdClassName
{
border-color: #85501C;
}
.TagClassName
{
border-color: #85501C;
}
</style>