#70473A

Color #70473A Peanut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peanut #70473A

Tints of Peanut #70473A

Color information

#70473A (or 0x70473A) is unknown color: approx 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

RGB1127158-
CMYK00.370.480.56
HSL14.44º31.76%33.33%-
HSV(B)14.44º48.21%43.92%-
XYZ9.78.265.09-
YUV81.78114.58149.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 46.47%
GREEN value IS 71 (28.12% from 255) = 29.46%
BLUE value IS 58 (23.05% from 255) = 24.07%
R=46.47%
G=29.46%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112715800.370.480.5614.4431.7633.33
Hex70473A0253038e2021
Octal160107720456070164041
Binary1110000100011111101001001011100001110001110100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>