Shades of Russet #835018
Tints of Russet #835018
RGB
CMYK
RGB Variations
Color information
#835018 (or 0x835018) is known color: Russet. HEX triplet: 83, 50 and 18. RGB value is (131,80,24). Sum of RGB (Red+Green+Blue) = 131+80+24=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #835018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835018 is #7CAFE7. Grayscale: #595959. Windows color (decimal): -8171496 or 1593475. OLE color: 1593475.
HSL color Cylindrical-coordinate representation of color #835018: hue angle of 31.4º 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 #835018 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 80 | 24 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.49 |
| HSL | 31.4º | 0.69% | 0.3% | - |
| HSV(B) | 31.4º | 0.82% | 0.51% | - |
| XYZ | 12.39 | 10.63 | 2.26 | - |
| YUV | 88.87 | 91.4 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 80 | 24 | 0 | 0.39 | 0.82 | 0.49 | 31.4 | 0.69 | 0.3 |
| Hex | 83 | 50 | 18 | 0 | 27 | 52 | 31 | 1F | 45 | 1E |
| Octal | 203 | 120 | 30 | 0 | 47 | 122 | 61 | 37 | 105 | 36 |
| Binary | 10000011 | 1010000 | 11000 | 0 | 100111 | 1010010 | 110001 | 11111 | 1000101 | 11110 |
Color Harmonies of #835018
Complementary color
Monochromatic Colors of #835018
Black with #835018
Text Example
Text Example
White with #835018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835018; }
p { color: rgb(131,80,24); }
H1.HeaderClassName
{
color: #835018;
}
.AnyTagClassName
{
color: #835018;
}
</style>
background-color css
<style>
a { background-color: #835018; }
a { background-color: rgb(131,80,24); }
div.DivClassName
{
background-color: #835018;
}
.BgClassName
{
background-color: #835018;
}
</style>
border-color css
<style>
span { border-color: #835018; }
span { border-color: rgb(131,80,24); }
td.TdClassName
{
border-color: #835018;
}
.TagClassName
{
border-color: #835018;
}
</style>