#764031

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

Shades of Peanut #764031

Tints of Peanut #764031

Color information

#764031 (or 0x764031) is unknown color: approx Peanut. HEX triplet: 76, 40 and 31. RGB value is (118,64,49). Sum of RGB (Red+Green+Blue) = 118+64+49=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #764031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764031 is #89BFCE. Grayscale: #4E4E4E. Windows color (decimal): -9027535 or 3227766. OLE color: 3227766.

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

Color convert

RGB1186449-
CMYK00.460.580.54
HSL13.04º41.32%32.75%-
HSV(B)13.04º58.47%46.27%-
XYZ9.867.743.88-
YUV78.44111.39156.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.08%
GREEN value IS 64 (25.39% from 255) = 27.71%
BLUE value IS 49 (19.53% from 255) = 21.21%
R=51.08%
G=27.71%
B=21.21%

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
Decimal118644900.460.580.5413.0441.3232.75
Hex76403102E3A36d2921
Octal166100610567266155141
Binary1110110100000011000101011101110101101101101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764031; }

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

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

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

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

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

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

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

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