Shades of Russet #803D1C
Tints of Russet #803D1C
RGB
CMYK
RGB Variations
Color information
#803D1C (or 0x803D1C) is known color: Russet. HEX triplet: 80, 3D and 1C. RGB value is (128,61,28). Sum of RGB (Red+Green+Blue) = 128+61+28=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #803D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803D1C is #7FC2E3. Grayscale: #4D4D4D. Windows color (decimal): -8372964 or 1850752. OLE color: 1850752.
HSL color Cylindrical-coordinate representation of color #803D1C: hue angle of 19.8º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #803D1C is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 61 | 28 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.50 |
| HSL | 19.8º | 0.64% | 0.31% | - |
| HSV(B) | 19.8º | 0.78% | 0.5% | - |
| XYZ | 10.78 | 8.01 | 2.08 | - |
| YUV | 77.27 | 100.2 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 28 | 0 | 0.52 | 0.78 | 0.50 | 19.8 | 0.64 | 0.31 |
| Hex | 80 | 3D | 1C | 0 | 34 | 4E | 32 | 14 | 40 | 1F |
| Octal | 200 | 75 | 34 | 0 | 64 | 116 | 62 | 24 | 100 | 37 |
| Binary | 10000000 | 111101 | 11100 | 0 | 110100 | 1001110 | 110010 | 10100 | 1000000 | 11111 |
Color Harmonies of #803D1C
Complementary color
Monochromatic Colors of #803D1C
Black with #803D1C
Text Example
Text Example
White with #803D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803D1C; }
p { color: rgb(128,61,28); }
H1.HeaderClassName
{
color: #803D1C;
}
.AnyTagClassName
{
color: #803D1C;
}
</style>
background-color css
<style>
a { background-color: #803D1C; }
a { background-color: rgb(128,61,28); }
div.DivClassName
{
background-color: #803D1C;
}
.BgClassName
{
background-color: #803D1C;
}
</style>
border-color css
<style>
span { border-color: #803D1C; }
span { border-color: rgb(128,61,28); }
td.TdClassName
{
border-color: #803D1C;
}
.TagClassName
{
border-color: #803D1C;
}
</style>