Shades of Russet #844A1B
Tints of Russet #844A1B
RGB
CMYK
RGB Variations
Color information
#844A1B (or 0x844A1B) is known color: Russet. HEX triplet: 84, 4A and 1B. RGB value is (132,74,27). Sum of RGB (Red+Green+Blue) = 132+74+27=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #844A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844A1B is #7BB5E4. Grayscale: #565656. Windows color (decimal): -8107493 or 1788548. OLE color: 1788548.
HSL color Cylindrical-coordinate representation of color #844A1B: hue angle of 26.86º degrees, saturation: 0.66, 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 #844A1B is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 74 | 27 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.48 |
| HSL | 26.86º | 0.66% | 0.31% | - |
| HSV(B) | 26.86º | 0.8% | 0.52% | - |
| XYZ | 12.16 | 9.88 | 2.3 | - |
| YUV | 85.98 | 94.72 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 27 | 0 | 0.44 | 0.80 | 0.48 | 26.86 | 0.66 | 0.31 |
| Hex | 84 | 4A | 1B | 0 | 2C | 50 | 30 | 1B | 42 | 1F |
| Octal | 204 | 112 | 33 | 0 | 54 | 120 | 60 | 33 | 102 | 37 |
| Binary | 10000100 | 1001010 | 11011 | 0 | 101100 | 1010000 | 110000 | 11011 | 1000010 | 11111 |
Color Harmonies of #844A1B
Complementary color
Monochromatic Colors of #844A1B
Black with #844A1B
Text Example
Text Example
White with #844A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844A1B; }
p { color: rgb(132,74,27); }
H1.HeaderClassName
{
color: #844A1B;
}
.AnyTagClassName
{
color: #844A1B;
}
</style>
background-color css
<style>
a { background-color: #844A1B; }
a { background-color: rgb(132,74,27); }
div.DivClassName
{
background-color: #844A1B;
}
.BgClassName
{
background-color: #844A1B;
}
</style>
border-color css
<style>
span { border-color: #844A1B; }
span { border-color: rgb(132,74,27); }
td.TdClassName
{
border-color: #844A1B;
}
.TagClassName
{
border-color: #844A1B;
}
</style>