#704739

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

Shades of Peanut #704739

Tints of Peanut #704739

Color information

#704739 (or 0x704739) is unknown color: approx Peanut. HEX triplet: 70, 47 and 39. RGB value is (112,71,57). Sum of RGB (Red+Green+Blue) = 112+71+57=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #704739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704739 is #8FB8C6. Grayscale: #515151. Windows color (decimal): -9418951 or 3753840. OLE color: 3753840.

HSL color Cylindrical-coordinate representation of color #704739: hue angle of 15.27º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #704739 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB1127157-
CMYK00.370.490.56
HSL15.27º32.54%33.14%-
HSV(B)15.27º49.11%43.92%-
XYZ9.678.254.95-
YUV81.66114.08149.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.67%
GREEN value IS 71 (28.12% from 255) = 29.58%
BLUE value IS 57 (22.66% from 255) = 23.75%
R=46.67%
G=29.58%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112715700.370.490.5615.2732.5433.14
Hex7047390253138f2121
Octal160107710456170174141
Binary1110000100011111100101001011100011110001111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704739; }

 p { color: rgb(112,71,57); }

 H1.HeaderClassName
 {
   color: #704739;
 }
 .AnyTagClassName
 {
   color: #704739;
 }
</style>
background-color css

<style>
 a { background-color: #704739; }

 a { background-color: rgb(112,71,57); }

 div.DivClassName
 {
   background-color: #704739;
 }
 .BgClassName
 {
   background-color: #704739;
 }
</style>
border-color css

<style>
 span { border-color: #704739; }

 span { border-color: rgb(112,71,57); }

 td.TdClassName
 {
   border-color: #704739;
 }
 .TagClassName
 {
   border-color: #704739;
 }
</style>