Shades of Peanut #70483B
Tints of Peanut #70483B
RGB
CMYK
RGB Variations
Color information
#70483B (or 0x70483B) is known color: Peanut. HEX triplet: 70, 48 and 3B. RGB value is (112,72,59). Sum of RGB (Red+Green+Blue) = 112+72+59=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #70483B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70483B is #8FB7C4. Grayscale: #525252. Windows color (decimal): -9418693 or 3885168. OLE color: 3885168.
HSL color Cylindrical-coordinate representation of color #70483B: hue angle of 14.72º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70483B is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 72 | 59 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.56 |
| HSL | 14.72º | 0.31% | 0.34% | - |
| HSV(B) | 14.72º | 0.47% | 0.44% | - |
| XYZ | 9.79 | 8.4 | 5.24 | - |
| YUV | 82.48 | 114.75 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 72 | 59 | 0 | 0.36 | 0.47 | 0.56 | 14.72 | 0.31 | 0.34 |
| Hex | 70 | 48 | 3B | 0 | 24 | 2F | 38 | F | 1F | 22 |
| Octal | 160 | 110 | 73 | 0 | 44 | 57 | 70 | 17 | 37 | 42 |
| Binary | 1110000 | 1001000 | 111011 | 0 | 100100 | 101111 | 111000 | 1111 | 11111 | 100010 |
Color Harmonies of #70483B
Complementary color
Monochromatic Colors of #70483B
Black with #70483B
Text Example
Text Example
White with #70483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70483B; }
p { color: rgb(112,72,59); }
H1.HeaderClassName
{
color: #70483B;
}
.AnyTagClassName
{
color: #70483B;
}
</style>
background-color css
<style>
a { background-color: #70483B; }
a { background-color: rgb(112,72,59); }
div.DivClassName
{
background-color: #70483B;
}
.BgClassName
{
background-color: #70483B;
}
</style>
border-color css
<style>
span { border-color: #70483B; }
span { border-color: rgb(112,72,59); }
td.TdClassName
{
border-color: #70483B;
}
.TagClassName
{
border-color: #70483B;
}
</style>