Shades of Russet #833D21
Tints of Russet #833D21
RGB
CMYK
RGB Variations
Color information
#833D21 (or 0x833D21) is known color: Russet. HEX triplet: 83, 3D and 21. RGB value is (131,61,33). Sum of RGB (Red+Green+Blue) = 131+61+33=225 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.22% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 131 - color contains mainly: red. Hex color #833D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833D21 is #7CC2DE. Grayscale: #4E4E4E. Windows color (decimal): -8176351 or 2178435. OLE color: 2178435.
HSL color Cylindrical-coordinate representation of color #833D21: hue angle of 17.14º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #833D21 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 61 | 33 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.49 |
| HSL | 17.14º | 0.6% | 0.32% | - |
| HSV(B) | 17.14º | 0.75% | 0.51% | - |
| XYZ | 11.3 | 8.27 | 2.44 | - |
| YUV | 78.74 | 102.19 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 33 | 0 | 0.53 | 0.75 | 0.49 | 17.14 | 0.6 | 0.32 |
| Hex | 83 | 3D | 21 | 0 | 35 | 4B | 31 | 11 | 3C | 20 |
| Octal | 203 | 75 | 41 | 0 | 65 | 113 | 61 | 21 | 74 | 40 |
| Binary | 10000011 | 111101 | 100001 | 0 | 110101 | 1001011 | 110001 | 10001 | 111100 | 100000 |
Color Harmonies of #833D21
Complementary color
Monochromatic Colors of #833D21
Black with #833D21
Text Example
Text Example
White with #833D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833D21; }
p { color: rgb(131,61,33); }
H1.HeaderClassName
{
color: #833D21;
}
.AnyTagClassName
{
color: #833D21;
}
</style>
background-color css
<style>
a { background-color: #833D21; }
a { background-color: rgb(131,61,33); }
div.DivClassName
{
background-color: #833D21;
}
.BgClassName
{
background-color: #833D21;
}
</style>
border-color css
<style>
span { border-color: #833D21; }
span { border-color: rgb(131,61,33); }
td.TdClassName
{
border-color: #833D21;
}
.TagClassName
{
border-color: #833D21;
}
</style>