Shades of Russet #84451A
Tints of Russet #84451A
RGB
CMYK
RGB Variations
Color information
#84451A (or 0x84451A) is known color: Russet. HEX triplet: 84, 45 and 1A. RGB value is (132,69,26). Sum of RGB (Red+Green+Blue) = 132+69+26=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #84451A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84451A is #7BBAE5. Grayscale: #535353. Windows color (decimal): -8108774 or 1721732. OLE color: 1721732.
HSL color Cylindrical-coordinate representation of color #84451A: hue angle of 24.34º 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 #84451A is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 69 | 26 | - |
| CMYK | 0 | 0.48 | 0.80 | 0.48 |
| HSL | 24.34º | 0.67% | 0.31% | - |
| HSV(B) | 24.34º | 0.8% | 0.52% | - |
| XYZ | 11.83 | 9.24 | 2.14 | - |
| YUV | 82.94 | 95.87 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 26 | 0 | 0.48 | 0.80 | 0.48 | 24.34 | 0.67 | 0.31 |
| Hex | 84 | 45 | 1A | 0 | 30 | 50 | 30 | 18 | 43 | 1F |
| Octal | 204 | 105 | 32 | 0 | 60 | 120 | 60 | 30 | 103 | 37 |
| Binary | 10000100 | 1000101 | 11010 | 0 | 110000 | 1010000 | 110000 | 11000 | 1000011 | 11111 |
Color Harmonies of #84451A
Complementary color
Monochromatic Colors of #84451A
Black with #84451A
Text Example
Text Example
White with #84451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84451A; }
p { color: rgb(132,69,26); }
H1.HeaderClassName
{
color: #84451A;
}
.AnyTagClassName
{
color: #84451A;
}
</style>
background-color css
<style>
a { background-color: #84451A; }
a { background-color: rgb(132,69,26); }
div.DivClassName
{
background-color: #84451A;
}
.BgClassName
{
background-color: #84451A;
}
</style>
border-color css
<style>
span { border-color: #84451A; }
span { border-color: rgb(132,69,26); }
td.TdClassName
{
border-color: #84451A;
}
.TagClassName
{
border-color: #84451A;
}
</style>