Shades of Russet #803A18
Tints of Russet #803A18
RGB
CMYK
RGB Variations
Color information
#803A18 (or 0x803A18) is known color: Russet. HEX triplet: 80, 3A and 18. RGB value is (128,58,24). Sum of RGB (Red+Green+Blue) = 128+58+24=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #803A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803A18 is #7FC5E7. Grayscale: #4B4B4B. Windows color (decimal): -8373736 or 1587840. OLE color: 1587840.
HSL color Cylindrical-coordinate representation of color #803A18: hue angle of 19.62º 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 #803A18 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 58 | 24 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.50 |
| HSL | 19.62º | 0.68% | 0.3% | - |
| HSV(B) | 19.62º | 0.81% | 0.5% | - |
| XYZ | 10.58 | 7.68 | 1.79 | - |
| YUV | 75.05 | 99.19 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 58 | 24 | 0 | 0.55 | 0.81 | 0.50 | 19.62 | 0.68 | 0.3 |
| Hex | 80 | 3A | 18 | 0 | 37 | 51 | 32 | 14 | 44 | 1E |
| Octal | 200 | 72 | 30 | 0 | 67 | 121 | 62 | 24 | 104 | 36 |
| Binary | 10000000 | 111010 | 11000 | 0 | 110111 | 1010001 | 110010 | 10100 | 1000100 | 11110 |
Color Harmonies of #803A18
Complementary color
Monochromatic Colors of #803A18
Black with #803A18
Text Example
Text Example
White with #803A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803A18; }
p { color: rgb(128,58,24); }
H1.HeaderClassName
{
color: #803A18;
}
.AnyTagClassName
{
color: #803A18;
}
</style>
background-color css
<style>
a { background-color: #803A18; }
a { background-color: rgb(128,58,24); }
div.DivClassName
{
background-color: #803A18;
}
.BgClassName
{
background-color: #803A18;
}
</style>
border-color css
<style>
span { border-color: #803A18; }
span { border-color: rgb(128,58,24); }
td.TdClassName
{
border-color: #803A18;
}
.TagClassName
{
border-color: #803A18;
}
</style>