Shades of Russet #804123
Tints of Russet #804123
RGB
CMYK
RGB Variations
Color information
#804123 (or 0x804123) is known color: Russet. HEX triplet: 80, 41 and 23. RGB value is (128,65,35). Sum of RGB (Red+Green+Blue) = 128+65+35=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 35 (14.06% from 255 or 15.35% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #804123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804123 is #7FBEDC. Grayscale: #505050. Windows color (decimal): -8371933 or 2310528. OLE color: 2310528.
HSL color Cylindrical-coordinate representation of color #804123: hue angle of 19.35º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #804123 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 65 | 35 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.50 |
| HSL | 19.35º | 0.57% | 0.32% | - |
| HSV(B) | 19.35º | 0.73% | 0.5% | - |
| XYZ | 11.1 | 8.49 | 2.64 | - |
| YUV | 80.42 | 102.37 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 35 | 0 | 0.49 | 0.73 | 0.50 | 19.35 | 0.57 | 0.32 |
| Hex | 80 | 41 | 23 | 0 | 31 | 49 | 32 | 13 | 39 | 20 |
| Octal | 200 | 101 | 43 | 0 | 61 | 111 | 62 | 23 | 71 | 40 |
| Binary | 10000000 | 1000001 | 100011 | 0 | 110001 | 1001001 | 110010 | 10011 | 111001 | 100000 |
Color Harmonies of #804123
Complementary color
Monochromatic Colors of #804123
Black with #804123
Text Example
Text Example
White with #804123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804123; }
p { color: rgb(128,65,35); }
H1.HeaderClassName
{
color: #804123;
}
.AnyTagClassName
{
color: #804123;
}
</style>
background-color css
<style>
a { background-color: #804123; }
a { background-color: rgb(128,65,35); }
div.DivClassName
{
background-color: #804123;
}
.BgClassName
{
background-color: #804123;
}
</style>
border-color css
<style>
span { border-color: #804123; }
span { border-color: rgb(128,65,35); }
td.TdClassName
{
border-color: #804123;
}
.TagClassName
{
border-color: #804123;
}
</style>