#764637

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

Shades of Peanut #764637

Tints of Peanut #764637

Color information

#764637 (or 0x764637) is unknown color: approx Peanut. HEX triplet: 76, 46 and 37. RGB value is (118,70,55). Sum of RGB (Red+Green+Blue) = 118+70+55=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 55 (21.88% from 255 or 22.63% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #764637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764637 is #89B9C8. Grayscale: #525252. Windows color (decimal): -9025993 or 3622518. OLE color: 3622518.

HSL color Cylindrical-coordinate representation of color #764637: hue angle of 14.29º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #764637 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB1187055-
CMYK00.410.530.54
HSL14.29º36.42%33.92%-
HSV(B)14.29º53.39%46.27%-
XYZ10.358.514.71-
YUV82.64112.4153.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 70 (27.73% from 255) = 28.81%
BLUE value IS 55 (21.88% from 255) = 22.63%
R=48.56%
G=28.81%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118705500.410.530.5414.2936.4233.92
Hex7646370293536e2422
Octal166106670516566164442
Binary1110110100011011011101010011101011101101110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764637; }

 p { color: rgb(118,70,55); }

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

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

 a { background-color: rgb(118,70,55); }

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

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

 span { border-color: rgb(118,70,55); }

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