Shades of Russet #834A1F
Tints of Russet #834A1F
RGB
CMYK
RGB Variations
Color information
#834A1F (or 0x834A1F) is known color: Russet. HEX triplet: 83, 4A and 1F. RGB value is (131,74,31). Sum of RGB (Red+Green+Blue) = 131+74+31=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #834A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834A1F is #7CB5E0. Grayscale: #565656. Windows color (decimal): -8173025 or 2050691. OLE color: 2050691.
HSL color Cylindrical-coordinate representation of color #834A1F: hue angle of 25.8º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #834A1F is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 74 | 31 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.49 |
| HSL | 25.8º | 0.62% | 0.32% | - |
| HSV(B) | 25.8º | 0.76% | 0.51% | - |
| XYZ | 12.06 | 9.82 | 2.56 | - |
| YUV | 86.14 | 96.88 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 74 | 31 | 0 | 0.44 | 0.76 | 0.49 | 25.8 | 0.62 | 0.32 |
| Hex | 83 | 4A | 1F | 0 | 2C | 4C | 31 | 1A | 3E | 20 |
| Octal | 203 | 112 | 37 | 0 | 54 | 114 | 61 | 32 | 76 | 40 |
| Binary | 10000011 | 1001010 | 11111 | 0 | 101100 | 1001100 | 110001 | 11010 | 111110 | 100000 |
Color Harmonies of #834A1F
Complementary color
Monochromatic Colors of #834A1F
Black with #834A1F
Text Example
Text Example
White with #834A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834A1F; }
p { color: rgb(131,74,31); }
H1.HeaderClassName
{
color: #834A1F;
}
.AnyTagClassName
{
color: #834A1F;
}
</style>
background-color css
<style>
a { background-color: #834A1F; }
a { background-color: rgb(131,74,31); }
div.DivClassName
{
background-color: #834A1F;
}
.BgClassName
{
background-color: #834A1F;
}
</style>
border-color css
<style>
span { border-color: #834A1F; }
span { border-color: rgb(131,74,31); }
td.TdClassName
{
border-color: #834A1F;
}
.TagClassName
{
border-color: #834A1F;
}
</style>