Shades of Russet #855315
Tints of Russet #855315
RGB
CMYK
RGB Variations
Color information
#855315 (or 0x855315) is known color: Russet. HEX triplet: 85, 53 and 15. RGB value is (133,83,21). Sum of RGB (Red+Green+Blue) = 133+83+21=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #855315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855315 is #7AACEA. Grayscale: #5B5B5B. Windows color (decimal): -8039659 or 1397637. OLE color: 1397637.
HSL color Cylindrical-coordinate representation of color #855315: hue angle of 33.21º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #855315 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 21 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.48 |
| HSL | 33.21º | 0.73% | 0.3% | - |
| HSV(B) | 33.21º | 0.84% | 0.52% | - |
| XYZ | 12.9 | 11.23 | 2.2 | - |
| YUV | 90.88 | 88.57 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 21 | 0 | 0.38 | 0.84 | 0.48 | 33.21 | 0.73 | 0.3 |
| Hex | 85 | 53 | 15 | 0 | 26 | 54 | 30 | 21 | 49 | 1E |
| Octal | 205 | 123 | 25 | 0 | 46 | 124 | 60 | 41 | 111 | 36 |
| Binary | 10000101 | 1010011 | 10101 | 0 | 100110 | 1010100 | 110000 | 100001 | 1001001 | 11110 |
Color Harmonies of #855315
Complementary color
Monochromatic Colors of #855315
Black with #855315
Text Example
Text Example
White with #855315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855315; }
p { color: rgb(133,83,21); }
H1.HeaderClassName
{
color: #855315;
}
.AnyTagClassName
{
color: #855315;
}
</style>
background-color css
<style>
a { background-color: #855315; }
a { background-color: rgb(133,83,21); }
div.DivClassName
{
background-color: #855315;
}
.BgClassName
{
background-color: #855315;
}
</style>
border-color css
<style>
span { border-color: #855315; }
span { border-color: rgb(133,83,21); }
td.TdClassName
{
border-color: #855315;
}
.TagClassName
{
border-color: #855315;
}
</style>