Shades of Russet #84521B
Tints of Russet #84521B
RGB
CMYK
RGB Variations
Color information
#84521B (or 0x84521B) is known color: Russet. HEX triplet: 84, 52 and 1B. RGB value is (132,82,27). Sum of RGB (Red+Green+Blue) = 132+82+27=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #84521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84521B is #7BADE4. Grayscale: #5A5A5A. Windows color (decimal): -8105445 or 1790596. OLE color: 1790596.
HSL color Cylindrical-coordinate representation of color #84521B: hue angle of 31.43º 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 #84521B is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 82 | 27 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.48 |
| HSL | 31.43º | 0.66% | 0.31% | - |
| HSV(B) | 31.43º | 0.8% | 0.52% | - |
| XYZ | 12.73 | 11.02 | 2.49 | - |
| YUV | 90.68 | 92.07 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 27 | 0 | 0.38 | 0.80 | 0.48 | 31.43 | 0.66 | 0.31 |
| Hex | 84 | 52 | 1B | 0 | 26 | 50 | 30 | 1F | 42 | 1F |
| Octal | 204 | 122 | 33 | 0 | 46 | 120 | 60 | 37 | 102 | 37 |
| Binary | 10000100 | 1010010 | 11011 | 0 | 100110 | 1010000 | 110000 | 11111 | 1000010 | 11111 |
Color Harmonies of #84521B
Complementary color
Monochromatic Colors of #84521B
Black with #84521B
Text Example
Text Example
White with #84521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84521B; }
p { color: rgb(132,82,27); }
H1.HeaderClassName
{
color: #84521B;
}
.AnyTagClassName
{
color: #84521B;
}
</style>
background-color css
<style>
a { background-color: #84521B; }
a { background-color: rgb(132,82,27); }
div.DivClassName
{
background-color: #84521B;
}
.BgClassName
{
background-color: #84521B;
}
</style>
border-color css
<style>
span { border-color: #84521B; }
span { border-color: rgb(132,82,27); }
td.TdClassName
{
border-color: #84521B;
}
.TagClassName
{
border-color: #84521B;
}
</style>