Shades of Russet #834D18
Tints of Russet #834D18
RGB
CMYK
RGB Variations
Color information
#834D18 (or 0x834D18) is known color: Russet. HEX triplet: 83, 4D and 18. RGB value is (131,77,24). Sum of RGB (Red+Green+Blue) = 131+77+24=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #834D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #834D18 is #7CB2E7. Grayscale: #575757. Windows color (decimal): -8172264 or 1592707. OLE color: 1592707.
HSL color Cylindrical-coordinate representation of color #834D18: hue angle of 29.72º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #834D18 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 77 | 24 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.49 |
| HSL | 29.72º | 0.69% | 0.3% | - |
| HSV(B) | 29.72º | 0.82% | 0.51% | - |
| XYZ | 12.18 | 10.2 | 2.19 | - |
| YUV | 87.1 | 92.39 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 24 | 0 | 0.41 | 0.82 | 0.49 | 29.72 | 0.69 | 0.3 |
| Hex | 83 | 4D | 18 | 0 | 29 | 52 | 31 | 1E | 45 | 1E |
| Octal | 203 | 115 | 30 | 0 | 51 | 122 | 61 | 36 | 105 | 36 |
| Binary | 10000011 | 1001101 | 11000 | 0 | 101001 | 1010010 | 110001 | 11110 | 1000101 | 11110 |
Color Harmonies of #834D18
Complementary color
Monochromatic Colors of #834D18
Black with #834D18
Text Example
Text Example
White with #834D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834D18; }
p { color: rgb(131,77,24); }
H1.HeaderClassName
{
color: #834D18;
}
.AnyTagClassName
{
color: #834D18;
}
</style>
background-color css
<style>
a { background-color: #834D18; }
a { background-color: rgb(131,77,24); }
div.DivClassName
{
background-color: #834D18;
}
.BgClassName
{
background-color: #834D18;
}
</style>
border-color css
<style>
span { border-color: #834D18; }
span { border-color: rgb(131,77,24); }
td.TdClassName
{
border-color: #834D18;
}
.TagClassName
{
border-color: #834D18;
}
</style>