#764032

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

Shades of Peanut #764032

Tints of Peanut #764032

Color information

#764032 (or 0x764032) is unknown color: approx Peanut. HEX triplet: 76, 40 and 32. RGB value is (118,64,50). Sum of RGB (Red+Green+Blue) = 118+64+50=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #764032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764032 is #89BFCD. Grayscale: #4E4E4E. Windows color (decimal): -9027534 or 3293302. OLE color: 3293302.

HSL color Cylindrical-coordinate representation of color #764032: hue angle of 12.35º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #764032 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB1186450-
CMYK00.460.580.54
HSL12.35º40.48%32.94%-
HSV(B)12.35º57.63%46.27%-
XYZ9.887.753.99-
YUV78.55111.89156.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.86%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 50 (19.92% from 255) = 21.55%
R=50.86%
G=27.59%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118645000.460.580.5412.3540.4832.94
Hex76403202E3A36c2821
Octal166100620567266145041
Binary1110110100000011001001011101110101101101100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764032; }

 p { color: rgb(118,64,50); }

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

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

 a { background-color: rgb(118,64,50); }

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

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

 span { border-color: rgb(118,64,50); }

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