Shades of Russet #834C18
Tints of Russet #834C18
RGB
CMYK
RGB Variations
Color information
#834C18 (or 0x834C18) is known color: Russet. HEX triplet: 83, 4C and 18. RGB value is (131,76,24). Sum of RGB (Red+Green+Blue) = 131+76+24=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #834C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834C18 is #7CB3E7. Grayscale: #565656. Windows color (decimal): -8172520 or 1592451. OLE color: 1592451.
HSL color Cylindrical-coordinate representation of color #834C18: hue angle of 29.16º 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 #834C18 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 76 | 24 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.49 |
| HSL | 29.16º | 0.69% | 0.3% | - |
| HSV(B) | 29.16º | 0.82% | 0.51% | - |
| XYZ | 12.11 | 10.06 | 2.17 | - |
| YUV | 86.52 | 92.72 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 76 | 24 | 0 | 0.42 | 0.82 | 0.49 | 29.16 | 0.69 | 0.3 |
| Hex | 83 | 4C | 18 | 0 | 2A | 52 | 31 | 1D | 45 | 1E |
| Octal | 203 | 114 | 30 | 0 | 52 | 122 | 61 | 35 | 105 | 36 |
| Binary | 10000011 | 1001100 | 11000 | 0 | 101010 | 1010010 | 110001 | 11101 | 1000101 | 11110 |
Color Harmonies of #834C18
Complementary color
Monochromatic Colors of #834C18
Black with #834C18
Text Example
Text Example
White with #834C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834C18; }
p { color: rgb(131,76,24); }
H1.HeaderClassName
{
color: #834C18;
}
.AnyTagClassName
{
color: #834C18;
}
</style>
background-color css
<style>
a { background-color: #834C18; }
a { background-color: rgb(131,76,24); }
div.DivClassName
{
background-color: #834C18;
}
.BgClassName
{
background-color: #834C18;
}
</style>
border-color css
<style>
span { border-color: #834C18; }
span { border-color: rgb(131,76,24); }
td.TdClassName
{
border-color: #834C18;
}
.TagClassName
{
border-color: #834C18;
}
</style>