Shades of Russet #804313
Tints of Russet #804313
RGB
CMYK
RGB Variations
Color information
#804313 (or 0x804313) is known color: Russet. HEX triplet: 80, 43 and 13. RGB value is (128,67,19). Sum of RGB (Red+Green+Blue) = 128+67+19=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #804313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804313 is #7FBCEC. Grayscale: #505050. Windows color (decimal): -8371437 or 1262464. OLE color: 1262464.
HSL color Cylindrical-coordinate representation of color #804313: hue angle of 26.42º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #804313 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 67 | 19 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.50 |
| HSL | 26.42º | 0.74% | 0.29% | - |
| HSV(B) | 26.42º | 0.85% | 0.5% | - |
| XYZ | 11.03 | 8.65 | 1.7 | - |
| YUV | 79.77 | 93.71 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 19 | 0 | 0.48 | 0.85 | 0.50 | 26.42 | 0.74 | 0.29 |
| Hex | 80 | 43 | 13 | 0 | 30 | 55 | 32 | 1A | 4A | 1D |
| Octal | 200 | 103 | 23 | 0 | 60 | 125 | 62 | 32 | 112 | 35 |
| Binary | 10000000 | 1000011 | 10011 | 0 | 110000 | 1010101 | 110010 | 11010 | 1001010 | 11101 |
Color Harmonies of #804313
Complementary color
Monochromatic Colors of #804313
Black with #804313
Text Example
Text Example
White with #804313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804313; }
p { color: rgb(128,67,19); }
H1.HeaderClassName
{
color: #804313;
}
.AnyTagClassName
{
color: #804313;
}
</style>
background-color css
<style>
a { background-color: #804313; }
a { background-color: rgb(128,67,19); }
div.DivClassName
{
background-color: #804313;
}
.BgClassName
{
background-color: #804313;
}
</style>
border-color css
<style>
span { border-color: #804313; }
span { border-color: rgb(128,67,19); }
td.TdClassName
{
border-color: #804313;
}
.TagClassName
{
border-color: #804313;
}
</style>