#764937

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

Shades of Peanut #764937

Tints of Peanut #764937

Color information

#764937 (or 0x764937) is unknown color: approx Peanut. HEX triplet: 76, 49 and 37. RGB value is (118,73,55). Sum of RGB (Red+Green+Blue) = 118+73+55=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #764937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764937 is #89B6C8. Grayscale: #545454. Windows color (decimal): -9025225 or 3623286. OLE color: 3623286.

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

Color convert

RGB1187355-
CMYK00.380.530.54
HSL17.14º36.42%33.92%-
HSV(B)17.14º53.39%46.27%-
XYZ10.548.894.78-
YUV84.4111.41151.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.97%
GREEN value IS 73 (28.91% from 255) = 29.67%
BLUE value IS 55 (21.88% from 255) = 22.36%
R=47.97%
G=29.67%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118735500.380.530.5417.1436.4233.92
Hex7649370263536112422
Octal166111670466566214442
Binary11101101001001110111010011011010111011010001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764937; }

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

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

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

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

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

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

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

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