Shades of Russet #844A1C
Tints of Russet #844A1C
RGB
CMYK
RGB Variations
Color information
#844A1C (or 0x844A1C) is known color: Russet. HEX triplet: 84, 4A and 1C. RGB value is (132,74,28). Sum of RGB (Red+Green+Blue) = 132+74+28=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #844A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844A1C is #7BB5E3. Grayscale: #565656. Windows color (decimal): -8107492 or 1854084. OLE color: 1854084.
HSL color Cylindrical-coordinate representation of color #844A1C: hue angle of 26.54º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #844A1C is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 74 | 28 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.48 |
| HSL | 26.54º | 0.65% | 0.31% | - |
| HSV(B) | 26.54º | 0.79% | 0.52% | - |
| XYZ | 12.17 | 9.89 | 2.37 | - |
| YUV | 86.1 | 95.22 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 28 | 0 | 0.44 | 0.79 | 0.48 | 26.54 | 0.65 | 0.31 |
| Hex | 84 | 4A | 1C | 0 | 2C | 4F | 30 | 1B | 41 | 1F |
| Octal | 204 | 112 | 34 | 0 | 54 | 117 | 60 | 33 | 101 | 37 |
| Binary | 10000100 | 1001010 | 11100 | 0 | 101100 | 1001111 | 110000 | 11011 | 1000001 | 11111 |
Color Harmonies of #844A1C
Complementary color
Monochromatic Colors of #844A1C
Black with #844A1C
Text Example
Text Example
White with #844A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844A1C; }
p { color: rgb(132,74,28); }
H1.HeaderClassName
{
color: #844A1C;
}
.AnyTagClassName
{
color: #844A1C;
}
</style>
background-color css
<style>
a { background-color: #844A1C; }
a { background-color: rgb(132,74,28); }
div.DivClassName
{
background-color: #844A1C;
}
.BgClassName
{
background-color: #844A1C;
}
</style>
border-color css
<style>
span { border-color: #844A1C; }
span { border-color: rgb(132,74,28); }
td.TdClassName
{
border-color: #844A1C;
}
.TagClassName
{
border-color: #844A1C;
}
</style>