Shades of Russet #855319
Tints of Russet #855319
RGB
CMYK
RGB Variations
Color information
#855319 (or 0x855319) is known color: Russet. HEX triplet: 85, 53 and 19. RGB value is (133,83,25). Sum of RGB (Red+Green+Blue) = 133+83+25=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #855319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855319 is #7AACE6. Grayscale: #5B5B5B. Windows color (decimal): -8039655 or 1659781. OLE color: 1659781.
HSL color Cylindrical-coordinate representation of color #855319: hue angle of 32.22º 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 #855319 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 25 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.48 |
| HSL | 32.22º | 0.68% | 0.31% | - |
| HSV(B) | 32.22º | 0.81% | 0.52% | - |
| XYZ | 12.94 | 11.24 | 2.41 | - |
| YUV | 91.34 | 90.57 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 25 | 0 | 0.38 | 0.81 | 0.48 | 32.22 | 0.68 | 0.31 |
| Hex | 85 | 53 | 19 | 0 | 26 | 51 | 30 | 20 | 44 | 1F |
| Octal | 205 | 123 | 31 | 0 | 46 | 121 | 60 | 40 | 104 | 37 |
| Binary | 10000101 | 1010011 | 11001 | 0 | 100110 | 1010001 | 110000 | 100000 | 1000100 | 11111 |
Color Harmonies of #855319
Complementary color
Monochromatic Colors of #855319
Black with #855319
Text Example
Text Example
White with #855319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855319; }
p { color: rgb(133,83,25); }
H1.HeaderClassName
{
color: #855319;
}
.AnyTagClassName
{
color: #855319;
}
</style>
background-color css
<style>
a { background-color: #855319; }
a { background-color: rgb(133,83,25); }
div.DivClassName
{
background-color: #855319;
}
.BgClassName
{
background-color: #855319;
}
</style>
border-color css
<style>
span { border-color: #855319; }
span { border-color: rgb(133,83,25); }
td.TdClassName
{
border-color: #855319;
}
.TagClassName
{
border-color: #855319;
}
</style>