Shades of Russet #844A1A
Tints of Russet #844A1A
RGB
CMYK
RGB Variations
Color information
#844A1A (or 0x844A1A) is known color: Russet. HEX triplet: 84, 4A and 1A. RGB value is (132,74,26). Sum of RGB (Red+Green+Blue) = 132+74+26=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #844A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844A1A is #7BB5E5. Grayscale: #565656. Windows color (decimal): -8107494 or 1723012. OLE color: 1723012.
HSL color Cylindrical-coordinate representation of color #844A1A: hue angle of 27.17º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #844A1A is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 74 | 26 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.48 |
| HSL | 27.17º | 0.67% | 0.31% | - |
| HSV(B) | 27.17º | 0.8% | 0.52% | - |
| XYZ | 12.15 | 9.88 | 2.24 | - |
| YUV | 85.87 | 94.22 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 26 | 0 | 0.44 | 0.80 | 0.48 | 27.17 | 0.67 | 0.31 |
| Hex | 84 | 4A | 1A | 0 | 2C | 50 | 30 | 1B | 43 | 1F |
| Octal | 204 | 112 | 32 | 0 | 54 | 120 | 60 | 33 | 103 | 37 |
| Binary | 10000100 | 1001010 | 11010 | 0 | 101100 | 1010000 | 110000 | 11011 | 1000011 | 11111 |
Color Harmonies of #844A1A
Complementary color
Monochromatic Colors of #844A1A
Black with #844A1A
Text Example
Text Example
White with #844A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844A1A; }
p { color: rgb(132,74,26); }
H1.HeaderClassName
{
color: #844A1A;
}
.AnyTagClassName
{
color: #844A1A;
}
</style>
background-color css
<style>
a { background-color: #844A1A; }
a { background-color: rgb(132,74,26); }
div.DivClassName
{
background-color: #844A1A;
}
.BgClassName
{
background-color: #844A1A;
}
</style>
border-color css
<style>
span { border-color: #844A1A; }
span { border-color: rgb(132,74,26); }
td.TdClassName
{
border-color: #844A1A;
}
.TagClassName
{
border-color: #844A1A;
}
</style>