Shades of Russet #834521
Tints of Russet #834521
RGB
CMYK
RGB Variations
Color information
#834521 (or 0x834521) is known color: Russet. HEX triplet: 83, 45 and 21. RGB value is (131,69,33). Sum of RGB (Red+Green+Blue) = 131+69+33=233 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.22% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 131 - color contains mainly: red. Hex color #834521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834521 is #7CBADE. Grayscale: #535353. Windows color (decimal): -8174303 or 2180483. OLE color: 2180483.
HSL color Cylindrical-coordinate representation of color #834521: hue angle of 22.04º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #834521 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 69 | 33 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.49 |
| HSL | 22.04º | 0.6% | 0.32% | - |
| HSV(B) | 22.04º | 0.75% | 0.51% | - |
| XYZ | 11.76 | 9.19 | 2.59 | - |
| YUV | 83.43 | 99.54 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 69 | 33 | 0 | 0.47 | 0.75 | 0.49 | 22.04 | 0.6 | 0.32 |
| Hex | 83 | 45 | 21 | 0 | 2F | 4B | 31 | 16 | 3C | 20 |
| Octal | 203 | 105 | 41 | 0 | 57 | 113 | 61 | 26 | 74 | 40 |
| Binary | 10000011 | 1000101 | 100001 | 0 | 101111 | 1001011 | 110001 | 10110 | 111100 | 100000 |
Color Harmonies of #834521
Complementary color
Monochromatic Colors of #834521
Black with #834521
Text Example
Text Example
White with #834521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834521; }
p { color: rgb(131,69,33); }
H1.HeaderClassName
{
color: #834521;
}
.AnyTagClassName
{
color: #834521;
}
</style>
background-color css
<style>
a { background-color: #834521; }
a { background-color: rgb(131,69,33); }
div.DivClassName
{
background-color: #834521;
}
.BgClassName
{
background-color: #834521;
}
</style>
border-color css
<style>
span { border-color: #834521; }
span { border-color: rgb(131,69,33); }
td.TdClassName
{
border-color: #834521;
}
.TagClassName
{
border-color: #834521;
}
</style>