Shades of Russet #834F1D
Tints of Russet #834F1D
RGB
CMYK
RGB Variations
Color information
#834F1D (or 0x834F1D) is known color: Russet. HEX triplet: 83, 4F and 1D. RGB value is (131,79,29). Sum of RGB (Red+Green+Blue) = 131+79+29=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #834F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834F1D is #7CB0E2. Grayscale: #595959. Windows color (decimal): -8171747 or 1920899. OLE color: 1920899.
HSL color Cylindrical-coordinate representation of color #834F1D: hue angle of 29.41º 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 #834F1D is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 79 | 29 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.49 |
| HSL | 29.41º | 0.64% | 0.31% | - |
| HSV(B) | 29.41º | 0.78% | 0.51% | - |
| XYZ | 12.38 | 10.51 | 2.54 | - |
| YUV | 88.85 | 94.23 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 79 | 29 | 0 | 0.40 | 0.78 | 0.49 | 29.41 | 0.64 | 0.31 |
| Hex | 83 | 4F | 1D | 0 | 28 | 4E | 31 | 1D | 40 | 1F |
| Octal | 203 | 117 | 35 | 0 | 50 | 116 | 61 | 35 | 100 | 37 |
| Binary | 10000011 | 1001111 | 11101 | 0 | 101000 | 1001110 | 110001 | 11101 | 1000000 | 11111 |
Color Harmonies of #834F1D
Complementary color
Monochromatic Colors of #834F1D
Black with #834F1D
Text Example
Text Example
White with #834F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834F1D; }
p { color: rgb(131,79,29); }
H1.HeaderClassName
{
color: #834F1D;
}
.AnyTagClassName
{
color: #834F1D;
}
</style>
background-color css
<style>
a { background-color: #834F1D; }
a { background-color: rgb(131,79,29); }
div.DivClassName
{
background-color: #834F1D;
}
.BgClassName
{
background-color: #834F1D;
}
</style>
border-color css
<style>
span { border-color: #834F1D; }
span { border-color: rgb(131,79,29); }
td.TdClassName
{
border-color: #834F1D;
}
.TagClassName
{
border-color: #834F1D;
}
</style>