Shades of Russet #854919
Tints of Russet #854919
RGB
CMYK
RGB Variations
Color information
#854919 (or 0x854919) is known color: Russet. HEX triplet: 85, 49 and 19. RGB value is (133,73,25). Sum of RGB (Red+Green+Blue) = 133+73+25=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #854919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854919 is #7AB6E6. Grayscale: #555555. Windows color (decimal): -8042215 or 1657221. OLE color: 1657221.
HSL color Cylindrical-coordinate representation of color #854919: hue angle of 26.67º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #854919 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 73 | 25 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.48 |
| HSL | 26.67º | 0.68% | 0.31% | - |
| HSV(B) | 26.67º | 0.81% | 0.52% | - |
| XYZ | 12.23 | 9.82 | 2.17 | - |
| YUV | 85.47 | 93.88 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 73 | 25 | 0 | 0.45 | 0.81 | 0.48 | 26.67 | 0.68 | 0.31 |
| Hex | 85 | 49 | 19 | 0 | 2D | 51 | 30 | 1B | 44 | 1F |
| Octal | 205 | 111 | 31 | 0 | 55 | 121 | 60 | 33 | 104 | 37 |
| Binary | 10000101 | 1001001 | 11001 | 0 | 101101 | 1010001 | 110000 | 11011 | 1000100 | 11111 |
Color Harmonies of #854919
Complementary color
Monochromatic Colors of #854919
Black with #854919
Text Example
Text Example
White with #854919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854919; }
p { color: rgb(133,73,25); }
H1.HeaderClassName
{
color: #854919;
}
.AnyTagClassName
{
color: #854919;
}
</style>
background-color css
<style>
a { background-color: #854919; }
a { background-color: rgb(133,73,25); }
div.DivClassName
{
background-color: #854919;
}
.BgClassName
{
background-color: #854919;
}
</style>
border-color css
<style>
span { border-color: #854919; }
span { border-color: rgb(133,73,25); }
td.TdClassName
{
border-color: #854919;
}
.TagClassName
{
border-color: #854919;
}
</style>