Shades of Russet #803D18
Tints of Russet #803D18
RGB
CMYK
RGB Variations
Color information
#803D18 (or 0x803D18) is known color: Russet. HEX triplet: 80, 3D and 18. RGB value is (128,61,24). Sum of RGB (Red+Green+Blue) = 128+61+24=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #803D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803D18 is #7FC2E7. Grayscale: #4D4D4D. Windows color (decimal): -8372968 or 1588608. OLE color: 1588608.
HSL color Cylindrical-coordinate representation of color #803D18: hue angle of 21.35º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #803D18 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 61 | 24 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.50 |
| HSL | 21.35º | 0.68% | 0.3% | - |
| HSV(B) | 21.35º | 0.81% | 0.5% | - |
| XYZ | 10.74 | 7.99 | 1.84 | - |
| YUV | 76.82 | 98.2 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 24 | 0 | 0.52 | 0.81 | 0.50 | 21.35 | 0.68 | 0.3 |
| Hex | 80 | 3D | 18 | 0 | 34 | 51 | 32 | 15 | 44 | 1E |
| Octal | 200 | 75 | 30 | 0 | 64 | 121 | 62 | 25 | 104 | 36 |
| Binary | 10000000 | 111101 | 11000 | 0 | 110100 | 1010001 | 110010 | 10101 | 1000100 | 11110 |
Color Harmonies of #803D18
Complementary color
Monochromatic Colors of #803D18
Black with #803D18
Text Example
Text Example
White with #803D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803D18; }
p { color: rgb(128,61,24); }
H1.HeaderClassName
{
color: #803D18;
}
.AnyTagClassName
{
color: #803D18;
}
</style>
background-color css
<style>
a { background-color: #803D18; }
a { background-color: rgb(128,61,24); }
div.DivClassName
{
background-color: #803D18;
}
.BgClassName
{
background-color: #803D18;
}
</style>
border-color css
<style>
span { border-color: #803D18; }
span { border-color: rgb(128,61,24); }
td.TdClassName
{
border-color: #803D18;
}
.TagClassName
{
border-color: #803D18;
}
</style>