Shades of Russet #853919
Tints of Russet #853919
RGB
CMYK
RGB Variations
Color information
#853919 (or 0x853919) is known color: Russet. HEX triplet: 85, 39 and 19. RGB value is (133,57,25). Sum of RGB (Red+Green+Blue) = 133+57+25=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #853919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853919 is #7AC6E6. Grayscale: #4C4C4C. Windows color (decimal): -8046311 or 1653125. OLE color: 1653125.
HSL color Cylindrical-coordinate representation of color #853919: hue angle of 17.78º 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 #853919 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 57 | 25 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.48 |
| HSL | 17.78º | 0.68% | 0.31% | - |
| HSV(B) | 17.78º | 0.81% | 0.52% | - |
| XYZ | 11.31 | 7.98 | 1.86 | - |
| YUV | 76.08 | 99.18 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 57 | 25 | 0 | 0.57 | 0.81 | 0.48 | 17.78 | 0.68 | 0.31 |
| Hex | 85 | 39 | 19 | 0 | 39 | 51 | 30 | 12 | 44 | 1F |
| Octal | 205 | 71 | 31 | 0 | 71 | 121 | 60 | 22 | 104 | 37 |
| Binary | 10000101 | 111001 | 11001 | 0 | 111001 | 1010001 | 110000 | 10010 | 1000100 | 11111 |
Color Harmonies of #853919
Complementary color
Monochromatic Colors of #853919
Black with #853919
Text Example
Text Example
White with #853919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853919; }
p { color: rgb(133,57,25); }
H1.HeaderClassName
{
color: #853919;
}
.AnyTagClassName
{
color: #853919;
}
</style>
background-color css
<style>
a { background-color: #853919; }
a { background-color: rgb(133,57,25); }
div.DivClassName
{
background-color: #853919;
}
.BgClassName
{
background-color: #853919;
}
</style>
border-color css
<style>
span { border-color: #853919; }
span { border-color: rgb(133,57,25); }
td.TdClassName
{
border-color: #853919;
}
.TagClassName
{
border-color: #853919;
}
</style>