Shades of Russet #844818
Tints of Russet #844818
RGB
CMYK
RGB Variations
Color information
#844818 (or 0x844818) is known color: Russet. HEX triplet: 84, 48 and 18. RGB value is (132,72,24). Sum of RGB (Red+Green+Blue) = 132+72+24=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #844818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844818 is #7BB7E7. Grayscale: #545454. Windows color (decimal): -8108008 or 1591428. OLE color: 1591428.
HSL color Cylindrical-coordinate representation of color #844818: hue angle of 26.67º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #844818 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 72 | 24 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.48 |
| HSL | 26.67º | 0.69% | 0.31% | - |
| HSV(B) | 26.67º | 0.82% | 0.52% | - |
| XYZ | 12 | 9.61 | 2.09 | - |
| YUV | 84.47 | 93.88 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 72 | 24 | 0 | 0.45 | 0.82 | 0.48 | 26.67 | 0.69 | 0.31 |
| Hex | 84 | 48 | 18 | 0 | 2D | 52 | 30 | 1B | 45 | 1F |
| Octal | 204 | 110 | 30 | 0 | 55 | 122 | 60 | 33 | 105 | 37 |
| Binary | 10000100 | 1001000 | 11000 | 0 | 101101 | 1010010 | 110000 | 11011 | 1000101 | 11111 |
Color Harmonies of #844818
Complementary color
Monochromatic Colors of #844818
Black with #844818
Text Example
Text Example
White with #844818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844818; }
p { color: rgb(132,72,24); }
H1.HeaderClassName
{
color: #844818;
}
.AnyTagClassName
{
color: #844818;
}
</style>
background-color css
<style>
a { background-color: #844818; }
a { background-color: rgb(132,72,24); }
div.DivClassName
{
background-color: #844818;
}
.BgClassName
{
background-color: #844818;
}
</style>
border-color css
<style>
span { border-color: #844818; }
span { border-color: rgb(132,72,24); }
td.TdClassName
{
border-color: #844818;
}
.TagClassName
{
border-color: #844818;
}
</style>