Shades of Russet #853E1C
Tints of Russet #853E1C
RGB
CMYK
RGB Variations
Color information
#853E1C (or 0x853E1C) is known color: Russet. HEX triplet: 85, 3E and 1C. RGB value is (133,62,28). Sum of RGB (Red+Green+Blue) = 133+62+28=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #853E1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853E1C is #7AC1E3. Grayscale: #4F4F4F. Windows color (decimal): -8045028 or 1851013. OLE color: 1851013.
HSL color Cylindrical-coordinate representation of color #853E1C: hue angle of 19.43º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #853E1C is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 62 | 28 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.48 |
| HSL | 19.43º | 0.65% | 0.32% | - |
| HSV(B) | 19.43º | 0.79% | 0.52% | - |
| XYZ | 11.61 | 8.52 | 2.13 | - |
| YUV | 79.35 | 99.02 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 62 | 28 | 0 | 0.53 | 0.79 | 0.48 | 19.43 | 0.65 | 0.32 |
| Hex | 85 | 3E | 1C | 0 | 35 | 4F | 30 | 13 | 41 | 20 |
| Octal | 205 | 76 | 34 | 0 | 65 | 117 | 60 | 23 | 101 | 40 |
| Binary | 10000101 | 111110 | 11100 | 0 | 110101 | 1001111 | 110000 | 10011 | 1000001 | 100000 |
Color Harmonies of #853E1C
Complementary color
Monochromatic Colors of #853E1C
Black with #853E1C
Text Example
Text Example
White with #853E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853E1C; }
p { color: rgb(133,62,28); }
H1.HeaderClassName
{
color: #853E1C;
}
.AnyTagClassName
{
color: #853E1C;
}
</style>
background-color css
<style>
a { background-color: #853E1C; }
a { background-color: rgb(133,62,28); }
div.DivClassName
{
background-color: #853E1C;
}
.BgClassName
{
background-color: #853E1C;
}
</style>
border-color css
<style>
span { border-color: #853E1C; }
span { border-color: rgb(133,62,28); }
td.TdClassName
{
border-color: #853E1C;
}
.TagClassName
{
border-color: #853E1C;
}
</style>