Shades of Russet #804319
Tints of Russet #804319
RGB
CMYK
RGB Variations
Color information
#804319 (or 0x804319) is known color: Russet. HEX triplet: 80, 43 and 19. RGB value is (128,67,25). Sum of RGB (Red+Green+Blue) = 128+67+25=220 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.18% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 128 - color contains mainly: red. Hex color #804319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804319 is #7FBCE6. Grayscale: #505050. Windows color (decimal): -8371431 or 1655680. OLE color: 1655680.
HSL color Cylindrical-coordinate representation of color #804319: hue angle of 24.47º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #804319 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 67 | 25 | - |
| CMYK | 0 | 0.48 | 0.80 | 0.50 |
| HSL | 24.47º | 0.67% | 0.3% | - |
| HSV(B) | 24.47º | 0.8% | 0.5% | - |
| XYZ | 11.08 | 8.67 | 2.01 | - |
| YUV | 80.45 | 96.71 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 25 | 0 | 0.48 | 0.80 | 0.50 | 24.47 | 0.67 | 0.3 |
| Hex | 80 | 43 | 19 | 0 | 30 | 50 | 32 | 18 | 43 | 1E |
| Octal | 200 | 103 | 31 | 0 | 60 | 120 | 62 | 30 | 103 | 36 |
| Binary | 10000000 | 1000011 | 11001 | 0 | 110000 | 1010000 | 110010 | 11000 | 1000011 | 11110 |
Color Harmonies of #804319
Complementary color
Monochromatic Colors of #804319
Black with #804319
Text Example
Text Example
White with #804319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804319; }
p { color: rgb(128,67,25); }
H1.HeaderClassName
{
color: #804319;
}
.AnyTagClassName
{
color: #804319;
}
</style>
background-color css
<style>
a { background-color: #804319; }
a { background-color: rgb(128,67,25); }
div.DivClassName
{
background-color: #804319;
}
.BgClassName
{
background-color: #804319;
}
</style>
border-color css
<style>
span { border-color: #804319; }
span { border-color: rgb(128,67,25); }
td.TdClassName
{
border-color: #804319;
}
.TagClassName
{
border-color: #804319;
}
</style>