Shades of Russet #853F1A
Tints of Russet #853F1A
RGB
CMYK
RGB Variations
Color information
#853F1A (or 0x853F1A) is known color: Russet. HEX triplet: 85, 3F and 1A. RGB value is (133,63,26). Sum of RGB (Red+Green+Blue) = 133+63+26=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #853F1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F1A is #7AC0E5. Grayscale: #4F4F4F. Windows color (decimal): -8044774 or 1720197. OLE color: 1720197.
HSL color Cylindrical-coordinate representation of color #853F1A: hue angle of 20.75º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #853F1A is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 63 | 26 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.48 |
| HSL | 20.75º | 0.67% | 0.31% | - |
| HSV(B) | 20.75º | 0.8% | 0.52% | - |
| XYZ | 11.64 | 8.62 | 2.03 | - |
| YUV | 79.71 | 97.69 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 26 | 0 | 0.53 | 0.80 | 0.48 | 20.75 | 0.67 | 0.31 |
| Hex | 85 | 3F | 1A | 0 | 35 | 50 | 30 | 15 | 43 | 1F |
| Octal | 205 | 77 | 32 | 0 | 65 | 120 | 60 | 25 | 103 | 37 |
| Binary | 10000101 | 111111 | 11010 | 0 | 110101 | 1010000 | 110000 | 10101 | 1000011 | 11111 |
Color Harmonies of #853F1A
Complementary color
Monochromatic Colors of #853F1A
Black with #853F1A
Text Example
Text Example
White with #853F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853F1A; }
p { color: rgb(133,63,26); }
H1.HeaderClassName
{
color: #853F1A;
}
.AnyTagClassName
{
color: #853F1A;
}
</style>
background-color css
<style>
a { background-color: #853F1A; }
a { background-color: rgb(133,63,26); }
div.DivClassName
{
background-color: #853F1A;
}
.BgClassName
{
background-color: #853F1A;
}
</style>
border-color css
<style>
span { border-color: #853F1A; }
span { border-color: rgb(133,63,26); }
td.TdClassName
{
border-color: #853F1A;
}
.TagClassName
{
border-color: #853F1A;
}
</style>