Shades of Russet #823C1E
Tints of Russet #823C1E
RGB
CMYK
RGB Variations
Color information
#823C1E (or 0x823C1E) is known color: Russet. HEX triplet: 82, 3C and 1E. RGB value is (130,60,30). Sum of RGB (Red+Green+Blue) = 130+60+30=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #823C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823C1E is #7DC3E1. Grayscale: #4D4D4D. Windows color (decimal): -8242146 or 1981570. OLE color: 1981570.
HSL color Cylindrical-coordinate representation of color #823C1E: hue angle of 18º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #823C1E is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 60 | 30 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.49 |
| HSL | 18º | 0.63% | 0.31% | - |
| HSV(B) | 18º | 0.77% | 0.51% | - |
| XYZ | 11.06 | 8.07 | 2.2 | - |
| YUV | 77.51 | 101.19 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 60 | 30 | 0 | 0.54 | 0.77 | 0.49 | 18 | 0.63 | 0.31 |
| Hex | 82 | 3C | 1E | 0 | 36 | 4D | 31 | 12 | 3E | 1F |
| Octal | 202 | 74 | 36 | 0 | 66 | 115 | 61 | 22 | 76 | 37 |
| Binary | 10000010 | 111100 | 11110 | 0 | 110110 | 1001101 | 110001 | 10010 | 111110 | 11111 |
Color Harmonies of #823C1E
Complementary color
Monochromatic Colors of #823C1E
Black with #823C1E
Text Example
Text Example
White with #823C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823C1E; }
p { color: rgb(130,60,30); }
H1.HeaderClassName
{
color: #823C1E;
}
.AnyTagClassName
{
color: #823C1E;
}
</style>
background-color css
<style>
a { background-color: #823C1E; }
a { background-color: rgb(130,60,30); }
div.DivClassName
{
background-color: #823C1E;
}
.BgClassName
{
background-color: #823C1E;
}
</style>
border-color css
<style>
span { border-color: #823C1E; }
span { border-color: rgb(130,60,30); }
td.TdClassName
{
border-color: #823C1E;
}
.TagClassName
{
border-color: #823C1E;
}
</style>