Shades of Russet #833F1F
Tints of Russet #833F1F
RGB
CMYK
RGB Variations
Color information
#833F1F (or 0x833F1F) is known color: Russet. HEX triplet: 83, 3F and 1F. RGB value is (131,63,31). Sum of RGB (Red+Green+Blue) = 131+63+31=225 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.22% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 131 - color contains mainly: red. Hex color #833F1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833F1F is #7CC0E0. Grayscale: #4F4F4F. Windows color (decimal): -8175841 or 2047875. OLE color: 2047875.
HSL color Cylindrical-coordinate representation of color #833F1F: hue angle of 19.2º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #833F1F is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 63 | 31 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.49 |
| HSL | 19.2º | 0.62% | 0.32% | - |
| HSV(B) | 19.2º | 0.76% | 0.51% | - |
| XYZ | 11.38 | 8.48 | 2.33 | - |
| YUV | 79.68 | 100.53 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 31 | 0 | 0.52 | 0.76 | 0.49 | 19.2 | 0.62 | 0.32 |
| Hex | 83 | 3F | 1F | 0 | 34 | 4C | 31 | 13 | 3E | 20 |
| Octal | 203 | 77 | 37 | 0 | 64 | 114 | 61 | 23 | 76 | 40 |
| Binary | 10000011 | 111111 | 11111 | 0 | 110100 | 1001100 | 110001 | 10011 | 111110 | 100000 |
Color Harmonies of #833F1F
Complementary color
Monochromatic Colors of #833F1F
Black with #833F1F
Text Example
Text Example
White with #833F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833F1F; }
p { color: rgb(131,63,31); }
H1.HeaderClassName
{
color: #833F1F;
}
.AnyTagClassName
{
color: #833F1F;
}
</style>
background-color css
<style>
a { background-color: #833F1F; }
a { background-color: rgb(131,63,31); }
div.DivClassName
{
background-color: #833F1F;
}
.BgClassName
{
background-color: #833F1F;
}
</style>
border-color css
<style>
span { border-color: #833F1F; }
span { border-color: rgb(131,63,31); }
td.TdClassName
{
border-color: #833F1F;
}
.TagClassName
{
border-color: #833F1F;
}
</style>