#704738

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

Shades of Peanut #704738

Tints of Peanut #704738

Color information

#704738 (or 0x704738) is unknown color: approx Peanut. HEX triplet: 70, 47 and 38. RGB value is (112,71,56). Sum of RGB (Red+Green+Blue) = 112+71+56=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #704738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704738 is #8FB8C7. Grayscale: #515151. Windows color (decimal): -9418952 or 3688304. OLE color: 3688304.

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

Color convert

RGB1127156-
CMYK00.370.500.56
HSL16.07º33.33%32.94%-
HSV(B)16.07º50%43.92%-
XYZ9.658.244.82-
YUV81.55113.58149.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.86%
GREEN value IS 71 (28.12% from 255) = 29.71%
BLUE value IS 56 (22.27% from 255) = 23.43%
R=46.86%
G=29.71%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112715600.370.500.5616.0733.3332.94
Hex7047380253238102121
Octal160107700456270204141
Binary11100001000111111000010010111001011100010000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704738; }

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

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

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

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

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

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

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

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