Shades of Russet #823F20
Tints of Russet #823F20
RGB
CMYK
RGB Variations
Color information
#823F20 (or 0x823F20) is known color: Russet. HEX triplet: 82, 3F and 20. RGB value is (130,63,32). Sum of RGB (Red+Green+Blue) = 130+63+32=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #823F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823F20 is #7DC0DF. Grayscale: #4F4F4F. Windows color (decimal): -8241376 or 2113410. OLE color: 2113410.
HSL color Cylindrical-coordinate representation of color #823F20: hue angle of 18.98º 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 #823F20 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 63 | 32 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.49 |
| HSL | 18.98º | 0.6% | 0.32% | - |
| HSV(B) | 18.98º | 0.75% | 0.51% | - |
| XYZ | 11.24 | 8.41 | 2.4 | - |
| YUV | 79.5 | 101.2 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 63 | 32 | 0 | 0.52 | 0.75 | 0.49 | 18.98 | 0.6 | 0.32 |
| Hex | 82 | 3F | 20 | 0 | 34 | 4B | 31 | 13 | 3C | 20 |
| Octal | 202 | 77 | 40 | 0 | 64 | 113 | 61 | 23 | 74 | 40 |
| Binary | 10000010 | 111111 | 100000 | 0 | 110100 | 1001011 | 110001 | 10011 | 111100 | 100000 |
Color Harmonies of #823F20
Complementary color
Monochromatic Colors of #823F20
Black with #823F20
Text Example
Text Example
White with #823F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823F20; }
p { color: rgb(130,63,32); }
H1.HeaderClassName
{
color: #823F20;
}
.AnyTagClassName
{
color: #823F20;
}
</style>
background-color css
<style>
a { background-color: #823F20; }
a { background-color: rgb(130,63,32); }
div.DivClassName
{
background-color: #823F20;
}
.BgClassName
{
background-color: #823F20;
}
</style>
border-color css
<style>
span { border-color: #823F20; }
span { border-color: rgb(130,63,32); }
td.TdClassName
{
border-color: #823F20;
}
.TagClassName
{
border-color: #823F20;
}
</style>