Shades of Russet #823D14
Tints of Russet #823D14
RGB
CMYK
RGB Variations
Color information
#823D14 (or 0x823D14) is known color: Russet. HEX triplet: 82, 3D and 14. RGB value is (130,61,20). Sum of RGB (Red+Green+Blue) = 130+61+20=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #823D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823D14 is #7DC2EB. Grayscale: #4D4D4D. Windows color (decimal): -8241900 or 1326466. OLE color: 1326466.
HSL color Cylindrical-coordinate representation of color #823D14: hue angle of 22.36º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #823D14 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 61 | 20 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.49 |
| HSL | 22.36º | 0.73% | 0.29% | - |
| HSV(B) | 22.36º | 0.85% | 0.51% | - |
| XYZ | 11 | 8.13 | 1.65 | - |
| YUV | 76.96 | 95.86 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 61 | 20 | 0 | 0.53 | 0.85 | 0.49 | 22.36 | 0.73 | 0.29 |
| Hex | 82 | 3D | 14 | 0 | 35 | 55 | 31 | 16 | 49 | 1D |
| Octal | 202 | 75 | 24 | 0 | 65 | 125 | 61 | 26 | 111 | 35 |
| Binary | 10000010 | 111101 | 10100 | 0 | 110101 | 1010101 | 110001 | 10110 | 1001001 | 11101 |
Color Harmonies of #823D14
Complementary color
Monochromatic Colors of #823D14
Black with #823D14
Text Example
Text Example
White with #823D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823D14; }
p { color: rgb(130,61,20); }
H1.HeaderClassName
{
color: #823D14;
}
.AnyTagClassName
{
color: #823D14;
}
</style>
background-color css
<style>
a { background-color: #823D14; }
a { background-color: rgb(130,61,20); }
div.DivClassName
{
background-color: #823D14;
}
.BgClassName
{
background-color: #823D14;
}
</style>
border-color css
<style>
span { border-color: #823D14; }
span { border-color: rgb(130,61,20); }
td.TdClassName
{
border-color: #823D14;
}
.TagClassName
{
border-color: #823D14;
}
</style>