Shades of Russet #834D1D
Tints of Russet #834D1D
RGB
CMYK
RGB Variations
Color information
#834D1D (or 0x834D1D) is known color: Russet. HEX triplet: 83, 4D and 1D. RGB value is (131,77,29). Sum of RGB (Red+Green+Blue) = 131+77+29=237 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.27% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 131 - color contains mainly: red. Hex color #834D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834D1D is #7CB2E2. Grayscale: #575757. Windows color (decimal): -8172259 or 1920387. OLE color: 1920387.
HSL color Cylindrical-coordinate representation of color #834D1D: hue angle of 28.24º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #834D1D is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 77 | 29 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.49 |
| HSL | 28.24º | 0.64% | 0.31% | - |
| HSV(B) | 28.24º | 0.78% | 0.51% | - |
| XYZ | 12.24 | 10.22 | 2.49 | - |
| YUV | 87.67 | 94.89 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 29 | 0 | 0.41 | 0.78 | 0.49 | 28.24 | 0.64 | 0.31 |
| Hex | 83 | 4D | 1D | 0 | 29 | 4E | 31 | 1C | 40 | 1F |
| Octal | 203 | 115 | 35 | 0 | 51 | 116 | 61 | 34 | 100 | 37 |
| Binary | 10000011 | 1001101 | 11101 | 0 | 101001 | 1001110 | 110001 | 11100 | 1000000 | 11111 |
Color Harmonies of #834D1D
Complementary color
Monochromatic Colors of #834D1D
Black with #834D1D
Text Example
Text Example
White with #834D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834D1D; }
p { color: rgb(131,77,29); }
H1.HeaderClassName
{
color: #834D1D;
}
.AnyTagClassName
{
color: #834D1D;
}
</style>
background-color css
<style>
a { background-color: #834D1D; }
a { background-color: rgb(131,77,29); }
div.DivClassName
{
background-color: #834D1D;
}
.BgClassName
{
background-color: #834D1D;
}
</style>
border-color css
<style>
span { border-color: #834D1D; }
span { border-color: rgb(131,77,29); }
td.TdClassName
{
border-color: #834D1D;
}
.TagClassName
{
border-color: #834D1D;
}
</style>