Shades of Russet #85491C
Tints of Russet #85491C
RGB
CMYK
RGB Variations
Color information
#85491C (or 0x85491C) is known color: Russet. HEX triplet: 85, 49 and 1C. RGB value is (133,73,28). Sum of RGB (Red+Green+Blue) = 133+73+28=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #85491C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85491C is #7AB6E3. Grayscale: #565656. Windows color (decimal): -8042212 or 1853829. OLE color: 1853829.
HSL color Cylindrical-coordinate representation of color #85491C: hue angle of 25.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 #85491C is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 73 | 28 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.48 |
| HSL | 25.71º | 0.65% | 0.32% | - |
| HSV(B) | 25.71º | 0.79% | 0.52% | - |
| XYZ | 12.27 | 9.84 | 2.35 | - |
| YUV | 85.81 | 95.38 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 73 | 28 | 0 | 0.45 | 0.79 | 0.48 | 25.71 | 0.65 | 0.32 |
| Hex | 85 | 49 | 1C | 0 | 2D | 4F | 30 | 1A | 41 | 20 |
| Octal | 205 | 111 | 34 | 0 | 55 | 117 | 60 | 32 | 101 | 40 |
| Binary | 10000101 | 1001001 | 11100 | 0 | 101101 | 1001111 | 110000 | 11010 | 1000001 | 100000 |
Color Harmonies of #85491C
Complementary color
Monochromatic Colors of #85491C
Black with #85491C
Text Example
Text Example
White with #85491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85491C; }
p { color: rgb(133,73,28); }
H1.HeaderClassName
{
color: #85491C;
}
.AnyTagClassName
{
color: #85491C;
}
</style>
background-color css
<style>
a { background-color: #85491C; }
a { background-color: rgb(133,73,28); }
div.DivClassName
{
background-color: #85491C;
}
.BgClassName
{
background-color: #85491C;
}
</style>
border-color css
<style>
span { border-color: #85491C; }
span { border-color: rgb(133,73,28); }
td.TdClassName
{
border-color: #85491C;
}
.TagClassName
{
border-color: #85491C;
}
</style>