#764132

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

Shades of Peanut #764132

Tints of Peanut #764132

Color information

#764132 (or 0x764132) is unknown color: approx Peanut. HEX triplet: 76, 41 and 32. RGB value is (118,65,50). Sum of RGB (Red+Green+Blue) = 118+65+50=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #764132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764132 is #89BECD. Grayscale: #4F4F4F. Windows color (decimal): -9027278 or 3293558. OLE color: 3293558.

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

Color convert

RGB1186550-
CMYK00.450.580.54
HSL13.24º40.48%32.94%-
HSV(B)13.24º57.63%46.27%-
XYZ9.947.864.01-
YUV79.14111.56155.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.64%
GREEN value IS 65 (25.78% from 255) = 27.90%
BLUE value IS 50 (19.92% from 255) = 21.46%
R=50.64%
G=27.90%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118655000.450.580.5413.2440.4832.94
Hex76413202D3A36d2821
Octal166101620557266155041
Binary1110110100000111001001011011110101101101101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764132; }

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

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

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

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

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

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

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

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