Shades of Russet #804525
Tints of Russet #804525
RGB
CMYK
RGB Variations
Color information
#804525 (or 0x804525) is known color: Russet. HEX triplet: 80, 45 and 25. RGB value is (128,69,37). Sum of RGB (Red+Green+Blue) = 128+69+37=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #804525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804525 is #7FBADA. Grayscale: #535353. Windows color (decimal): -8370907 or 2442624. OLE color: 2442624.
HSL color Cylindrical-coordinate representation of color #804525: hue angle of 21.1º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #804525 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 69 | 37 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.50 |
| HSL | 21.1º | 0.55% | 0.32% | - |
| HSV(B) | 21.1º | 0.71% | 0.5% | - |
| XYZ | 11.36 | 8.98 | 2.88 | - |
| YUV | 82.99 | 102.05 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 37 | 0 | 0.46 | 0.71 | 0.50 | 21.1 | 0.55 | 0.32 |
| Hex | 80 | 45 | 25 | 0 | 2E | 47 | 32 | 15 | 37 | 20 |
| Octal | 200 | 105 | 45 | 0 | 56 | 107 | 62 | 25 | 67 | 40 |
| Binary | 10000000 | 1000101 | 100101 | 0 | 101110 | 1000111 | 110010 | 10101 | 110111 | 100000 |
Color Harmonies of #804525
Complementary color
Monochromatic Colors of #804525
Black with #804525
Text Example
Text Example
White with #804525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804525; }
p { color: rgb(128,69,37); }
H1.HeaderClassName
{
color: #804525;
}
.AnyTagClassName
{
color: #804525;
}
</style>
background-color css
<style>
a { background-color: #804525; }
a { background-color: rgb(128,69,37); }
div.DivClassName
{
background-color: #804525;
}
.BgClassName
{
background-color: #804525;
}
</style>
border-color css
<style>
span { border-color: #804525; }
span { border-color: rgb(128,69,37); }
td.TdClassName
{
border-color: #804525;
}
.TagClassName
{
border-color: #804525;
}
</style>