Shades of Russet #853D1B
Tints of Russet #853D1B
RGB
CMYK
RGB Variations
Color information
#853D1B (or 0x853D1B) is known color: Russet. HEX triplet: 85, 3D and 1B. RGB value is (133,61,27). Sum of RGB (Red+Green+Blue) = 133+61+27=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #853D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853D1B is #7AC2E4. Grayscale: #4E4E4E. Windows color (decimal): -8045285 or 1785221. OLE color: 1785221.
HSL color Cylindrical-coordinate representation of color #853D1B: hue angle of 19.25º degrees, saturation: 0.66, 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 #853D1B is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 61 | 27 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.48 |
| HSL | 19.25º | 0.66% | 0.31% | - |
| HSV(B) | 19.25º | 0.8% | 0.52% | - |
| XYZ | 11.54 | 8.4 | 2.05 | - |
| YUV | 78.65 | 98.85 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 27 | 0 | 0.54 | 0.80 | 0.48 | 19.25 | 0.66 | 0.31 |
| Hex | 85 | 3D | 1B | 0 | 36 | 50 | 30 | 13 | 42 | 1F |
| Octal | 205 | 75 | 33 | 0 | 66 | 120 | 60 | 23 | 102 | 37 |
| Binary | 10000101 | 111101 | 11011 | 0 | 110110 | 1010000 | 110000 | 10011 | 1000010 | 11111 |
Color Harmonies of #853D1B
Complementary color
Monochromatic Colors of #853D1B
Black with #853D1B
Text Example
Text Example
White with #853D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853D1B; }
p { color: rgb(133,61,27); }
H1.HeaderClassName
{
color: #853D1B;
}
.AnyTagClassName
{
color: #853D1B;
}
</style>
background-color css
<style>
a { background-color: #853D1B; }
a { background-color: rgb(133,61,27); }
div.DivClassName
{
background-color: #853D1B;
}
.BgClassName
{
background-color: #853D1B;
}
</style>
border-color css
<style>
span { border-color: #853D1B; }
span { border-color: rgb(133,61,27); }
td.TdClassName
{
border-color: #853D1B;
}
.TagClassName
{
border-color: #853D1B;
}
</style>