Shades of Russet #833D1D
Tints of Russet #833D1D
RGB
CMYK
RGB Variations
Color information
#833D1D (or 0x833D1D) is known color: Russet. HEX triplet: 83, 3D and 1D. RGB value is (131,61,29). Sum of RGB (Red+Green+Blue) = 131+61+29=221 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.28% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 131 - color contains mainly: red. Hex color #833D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833D1D is #7CC2E2. Grayscale: #4E4E4E. Windows color (decimal): -8176355 or 1916291. OLE color: 1916291.
HSL color Cylindrical-coordinate representation of color #833D1D: hue angle of 18.82º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #833D1D is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 61 | 29 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.49 |
| HSL | 18.82º | 0.64% | 0.31% | - |
| HSV(B) | 18.82º | 0.78% | 0.51% | - |
| XYZ | 11.25 | 8.25 | 2.16 | - |
| YUV | 78.28 | 100.19 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 29 | 0 | 0.53 | 0.78 | 0.49 | 18.82 | 0.64 | 0.31 |
| Hex | 83 | 3D | 1D | 0 | 35 | 4E | 31 | 13 | 40 | 1F |
| Octal | 203 | 75 | 35 | 0 | 65 | 116 | 61 | 23 | 100 | 37 |
| Binary | 10000011 | 111101 | 11101 | 0 | 110101 | 1001110 | 110001 | 10011 | 1000000 | 11111 |
Color Harmonies of #833D1D
Complementary color
Monochromatic Colors of #833D1D
Black with #833D1D
Text Example
Text Example
White with #833D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833D1D; }
p { color: rgb(131,61,29); }
H1.HeaderClassName
{
color: #833D1D;
}
.AnyTagClassName
{
color: #833D1D;
}
</style>
background-color css
<style>
a { background-color: #833D1D; }
a { background-color: rgb(131,61,29); }
div.DivClassName
{
background-color: #833D1D;
}
.BgClassName
{
background-color: #833D1D;
}
</style>
border-color css
<style>
span { border-color: #833D1D; }
span { border-color: rgb(131,61,29); }
td.TdClassName
{
border-color: #833D1D;
}
.TagClassName
{
border-color: #833D1D;
}
</style>