#764232

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

Shades of Peanut #764232

Tints of Peanut #764232

Color information

#764232 (or 0x764232) is unknown color: approx Peanut. HEX triplet: 76, 42 and 32. RGB value is (118,66,50). Sum of RGB (Red+Green+Blue) = 118+66+50=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #764232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764232 is #89BDCD. Grayscale: #4F4F4F. Windows color (decimal): -9027022 or 3293814. OLE color: 3293814.

HSL color Cylindrical-coordinate representation of color #764232: hue angle of 14.12º 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 #764232 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB1186650-
CMYK00.440.580.54
HSL14.12º40.48%32.94%-
HSV(B)14.12º57.63%46.27%-
XYZ107.984.03-
YUV79.72111.23155.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.43%
GREEN value IS 66 (26.17% from 255) = 28.21%
BLUE value IS 50 (19.92% from 255) = 21.37%
R=50.43%
G=28.21%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118665000.440.580.5414.1240.4832.94
Hex76423202C3A36e2821
Octal166102620547266165041
Binary1110110100001011001001011001110101101101110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764232; }

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

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

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

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

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

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

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

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