Shades of Russet #844C1B
Tints of Russet #844C1B
RGB
CMYK
RGB Variations
Color information
#844C1B (or 0x844C1B) is known color: Russet. HEX triplet: 84, 4C and 1B. RGB value is (132,76,27). Sum of RGB (Red+Green+Blue) = 132+76+27=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #844C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844C1B is #7BB3E4. Grayscale: #575757. Windows color (decimal): -8106981 or 1789060. OLE color: 1789060.
HSL color Cylindrical-coordinate representation of color #844C1B: hue angle of 28º 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 #844C1B is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 76 | 27 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.48 |
| HSL | 28º | 0.66% | 0.31% | - |
| HSV(B) | 28º | 0.8% | 0.52% | - |
| XYZ | 12.3 | 10.15 | 2.35 | - |
| YUV | 87.16 | 94.05 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 27 | 0 | 0.42 | 0.80 | 0.48 | 28 | 0.66 | 0.31 |
| Hex | 84 | 4C | 1B | 0 | 2A | 50 | 30 | 1C | 42 | 1F |
| Octal | 204 | 114 | 33 | 0 | 52 | 120 | 60 | 34 | 102 | 37 |
| Binary | 10000100 | 1001100 | 11011 | 0 | 101010 | 1010000 | 110000 | 11100 | 1000010 | 11111 |
Color Harmonies of #844C1B
Complementary color
Monochromatic Colors of #844C1B
Black with #844C1B
Text Example
Text Example
White with #844C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844C1B; }
p { color: rgb(132,76,27); }
H1.HeaderClassName
{
color: #844C1B;
}
.AnyTagClassName
{
color: #844C1B;
}
</style>
background-color css
<style>
a { background-color: #844C1B; }
a { background-color: rgb(132,76,27); }
div.DivClassName
{
background-color: #844C1B;
}
.BgClassName
{
background-color: #844C1B;
}
</style>
border-color css
<style>
span { border-color: #844C1B; }
span { border-color: rgb(132,76,27); }
td.TdClassName
{
border-color: #844C1B;
}
.TagClassName
{
border-color: #844C1B;
}
</style>