Shades of Russet #833C1D
Tints of Russet #833C1D
RGB
CMYK
RGB Variations
Color information
#833C1D (or 0x833C1D) is known color: Russet. HEX triplet: 83, 3C and 1D. RGB value is (131,60,29). Sum of RGB (Red+Green+Blue) = 131+60+29=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #833C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833C1D is #7CC3E2. Grayscale: #4D4D4D. Windows color (decimal): -8176611 or 1916035. OLE color: 1916035.
HSL color Cylindrical-coordinate representation of color #833C1D: hue angle of 18.24º 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 #833C1D is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 60 | 29 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.49 |
| HSL | 18.24º | 0.64% | 0.31% | - |
| HSV(B) | 18.24º | 0.78% | 0.51% | - |
| XYZ | 11.2 | 8.15 | 2.14 | - |
| YUV | 77.7 | 100.52 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 29 | 0 | 0.54 | 0.78 | 0.49 | 18.24 | 0.64 | 0.31 |
| Hex | 83 | 3C | 1D | 0 | 36 | 4E | 31 | 12 | 40 | 1F |
| Octal | 203 | 74 | 35 | 0 | 66 | 116 | 61 | 22 | 100 | 37 |
| Binary | 10000011 | 111100 | 11101 | 0 | 110110 | 1001110 | 110001 | 10010 | 1000000 | 11111 |
Color Harmonies of #833C1D
Complementary color
Monochromatic Colors of #833C1D
Black with #833C1D
Text Example
Text Example
White with #833C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833C1D; }
p { color: rgb(131,60,29); }
H1.HeaderClassName
{
color: #833C1D;
}
.AnyTagClassName
{
color: #833C1D;
}
</style>
background-color css
<style>
a { background-color: #833C1D; }
a { background-color: rgb(131,60,29); }
div.DivClassName
{
background-color: #833C1D;
}
.BgClassName
{
background-color: #833C1D;
}
</style>
border-color css
<style>
span { border-color: #833C1D; }
span { border-color: rgb(131,60,29); }
td.TdClassName
{
border-color: #833C1D;
}
.TagClassName
{
border-color: #833C1D;
}
</style>