Shades of Russet #834D14
Tints of Russet #834D14
RGB
CMYK
RGB Variations
Color information
#834D14 (or 0x834D14) is known color: Russet. HEX triplet: 83, 4D and 14. RGB value is (131,77,20). Sum of RGB (Red+Green+Blue) = 131+77+20=228 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.46% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 131 - color contains mainly: red. Hex color #834D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #834D14 is #7CB2EB. Grayscale: #565656. Windows color (decimal): -8172268 or 1330563. OLE color: 1330563.
HSL color Cylindrical-coordinate representation of color #834D14: hue angle of 30.81º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #834D14 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 77 | 20 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.49 |
| HSL | 30.81º | 0.74% | 0.3% | - |
| HSV(B) | 30.81º | 0.85% | 0.51% | - |
| XYZ | 12.14 | 10.18 | 1.99 | - |
| YUV | 86.65 | 90.39 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 20 | 0 | 0.41 | 0.85 | 0.49 | 30.81 | 0.74 | 0.3 |
| Hex | 83 | 4D | 14 | 0 | 29 | 55 | 31 | 1F | 4A | 1E |
| Octal | 203 | 115 | 24 | 0 | 51 | 125 | 61 | 37 | 112 | 36 |
| Binary | 10000011 | 1001101 | 10100 | 0 | 101001 | 1010101 | 110001 | 11111 | 1001010 | 11110 |
Color Harmonies of #834D14
Complementary color
Monochromatic Colors of #834D14
Black with #834D14
Text Example
Text Example
White with #834D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834D14; }
p { color: rgb(131,77,20); }
H1.HeaderClassName
{
color: #834D14;
}
.AnyTagClassName
{
color: #834D14;
}
</style>
background-color css
<style>
a { background-color: #834D14; }
a { background-color: rgb(131,77,20); }
div.DivClassName
{
background-color: #834D14;
}
.BgClassName
{
background-color: #834D14;
}
</style>
border-color css
<style>
span { border-color: #834D14; }
span { border-color: rgb(131,77,20); }
td.TdClassName
{
border-color: #834D14;
}
.TagClassName
{
border-color: #834D14;
}
</style>