#714639

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

Shades of Peanut #714639

Tints of Peanut #714639

Color information

#714639 (or 0x714639) is unknown color: approx Peanut. HEX triplet: 71, 46 and 39. RGB value is (113,70,57). Sum of RGB (Red+Green+Blue) = 113+70+57=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #714639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714639 is #8EB9C6. Grayscale: #515151. Windows color (decimal): -9353671 or 3753585. OLE color: 3753585.

HSL color Cylindrical-coordinate representation of color #714639: hue angle of 13.93º 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 #714639 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1137057-
CMYK00.380.500.56
HSL13.93º32.94%33.33%-
HSV(B)13.93º49.56%44.31%-
XYZ9.748.194.94-
YUV81.38114.25150.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.08%
GREEN value IS 70 (27.73% from 255) = 29.17%
BLUE value IS 57 (22.66% from 255) = 23.75%
R=47.08%
G=29.17%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113705700.380.500.5613.9332.9433.33
Hex7146390263238e2121
Octal161106710466270164141
Binary1110001100011011100101001101100101110001110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714639; }

 p { color: rgb(113,70,57); }

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

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

 a { background-color: rgb(113,70,57); }

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

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

 span { border-color: rgb(113,70,57); }

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