Shades of Russet #83451D
Tints of Russet #83451D
RGB
CMYK
RGB Variations
Color information
#83451D (or 0x83451D) is known color: Russet. HEX triplet: 83, 45 and 1D. RGB value is (131,69,29). Sum of RGB (Red+Green+Blue) = 131+69+29=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #83451D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83451D is #7CBAE2. Grayscale: #535353. Windows color (decimal): -8174307 or 1918339. OLE color: 1918339.
HSL color Cylindrical-coordinate representation of color #83451D: hue angle of 23.53º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #83451D is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 69 | 29 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.49 |
| HSL | 23.53º | 0.64% | 0.31% | - |
| HSV(B) | 23.53º | 0.78% | 0.51% | - |
| XYZ | 11.71 | 9.17 | 2.32 | - |
| YUV | 82.98 | 97.54 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 69 | 29 | 0 | 0.47 | 0.78 | 0.49 | 23.53 | 0.64 | 0.31 |
| Hex | 83 | 45 | 1D | 0 | 2F | 4E | 31 | 18 | 40 | 1F |
| Octal | 203 | 105 | 35 | 0 | 57 | 116 | 61 | 30 | 100 | 37 |
| Binary | 10000011 | 1000101 | 11101 | 0 | 101111 | 1001110 | 110001 | 11000 | 1000000 | 11111 |
Color Harmonies of #83451D
Complementary color
Monochromatic Colors of #83451D
Black with #83451D
Text Example
Text Example
White with #83451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83451D; }
p { color: rgb(131,69,29); }
H1.HeaderClassName
{
color: #83451D;
}
.AnyTagClassName
{
color: #83451D;
}
</style>
background-color css
<style>
a { background-color: #83451D; }
a { background-color: rgb(131,69,29); }
div.DivClassName
{
background-color: #83451D;
}
.BgClassName
{
background-color: #83451D;
}
</style>
border-color css
<style>
span { border-color: #83451D; }
span { border-color: rgb(131,69,29); }
td.TdClassName
{
border-color: #83451D;
}
.TagClassName
{
border-color: #83451D;
}
</style>