Shades of Russet #823F1F
Tints of Russet #823F1F
RGB
CMYK
RGB Variations
Color information
#823F1F (or 0x823F1F) is known color: Russet. HEX triplet: 82, 3F and 1F. RGB value is (130,63,31). Sum of RGB (Red+Green+Blue) = 130+63+31=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #823F1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823F1F is #7DC0E0. Grayscale: #4F4F4F. Windows color (decimal): -8241377 or 2047874. OLE color: 2047874.
HSL color Cylindrical-coordinate representation of color #823F1F: hue angle of 19.39º degrees, saturation: 0.61, 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 #823F1F is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 63 | 31 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.49 |
| HSL | 19.39º | 0.61% | 0.32% | - |
| HSV(B) | 19.39º | 0.76% | 0.51% | - |
| XYZ | 11.23 | 8.4 | 2.33 | - |
| YUV | 79.39 | 100.7 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 63 | 31 | 0 | 0.52 | 0.76 | 0.49 | 19.39 | 0.61 | 0.32 |
| Hex | 82 | 3F | 1F | 0 | 34 | 4C | 31 | 13 | 3D | 20 |
| Octal | 202 | 77 | 37 | 0 | 64 | 114 | 61 | 23 | 75 | 40 |
| Binary | 10000010 | 111111 | 11111 | 0 | 110100 | 1001100 | 110001 | 10011 | 111101 | 100000 |
Color Harmonies of #823F1F
Complementary color
Monochromatic Colors of #823F1F
Black with #823F1F
Text Example
Text Example
White with #823F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823F1F; }
p { color: rgb(130,63,31); }
H1.HeaderClassName
{
color: #823F1F;
}
.AnyTagClassName
{
color: #823F1F;
}
</style>
background-color css
<style>
a { background-color: #823F1F; }
a { background-color: rgb(130,63,31); }
div.DivClassName
{
background-color: #823F1F;
}
.BgClassName
{
background-color: #823F1F;
}
</style>
border-color css
<style>
span { border-color: #823F1F; }
span { border-color: rgb(130,63,31); }
td.TdClassName
{
border-color: #823F1F;
}
.TagClassName
{
border-color: #823F1F;
}
</style>