Shades of Peanut #70473A
Tints of Peanut #70473A
RGB
CMYK
RGB Variations
Color information
#70473A (or 0x70473A) is known color: Peanut. HEX triplet: 70, 47 and 3A. RGB value is (112,71,58). Sum of RGB (Red+Green+Blue) = 112+71+58=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #70473A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70473A is #8FB8C5. Grayscale: #515151. Windows color (decimal): -9418950 or 3819376. OLE color: 3819376.
HSL color Cylindrical-coordinate representation of color #70473A: hue angle of 14.44º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70473A is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 71 | 58 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.56 |
| HSL | 14.44º | 0.32% | 0.33% | - |
| HSV(B) | 14.44º | 0.48% | 0.44% | - |
| XYZ | 9.7 | 8.26 | 5.09 | - |
| YUV | 81.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 58 | 0 | 0.37 | 0.48 | 0.56 | 14.44 | 0.32 | 0.33 |
| Hex | 70 | 47 | 3A | 0 | 25 | 30 | 38 | E | 20 | 21 |
| Octal | 160 | 107 | 72 | 0 | 45 | 60 | 70 | 16 | 40 | 41 |
| Binary | 1110000 | 1000111 | 111010 | 0 | 100101 | 110000 | 111000 | 1110 | 100000 | 100001 |
Color Harmonies of #70473A
Complementary color
Monochromatic Colors of #70473A
Black with #70473A
Text Example
Text Example
White with #70473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70473A; }
p { color: rgb(112,71,58); }
H1.HeaderClassName
{
color: #70473A;
}
.AnyTagClassName
{
color: #70473A;
}
</style>
background-color css
<style>
a { background-color: #70473A; }
a { background-color: rgb(112,71,58); }
div.DivClassName
{
background-color: #70473A;
}
.BgClassName
{
background-color: #70473A;
}
</style>
border-color css
<style>
span { border-color: #70473A; }
span { border-color: rgb(112,71,58); }
td.TdClassName
{
border-color: #70473A;
}
.TagClassName
{
border-color: #70473A;
}
</style>