#764437

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

Shades of Peanut #764437

Tints of Peanut #764437

Color information

#764437 (or 0x764437) is unknown color: approx Peanut. HEX triplet: 76, 44 and 37. RGB value is (118,68,55). Sum of RGB (Red+Green+Blue) = 118+68+55=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #764437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764437 is #89BBC8. Grayscale: #515151. Windows color (decimal): -9026505 or 3622006. OLE color: 3622006.

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

Color convert

RGB1186855-
CMYK00.420.530.54
HSL12.38º36.42%33.92%-
HSV(B)12.38º53.39%46.27%-
XYZ10.238.264.67-
YUV81.47113.06154.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 68 (26.95% from 255) = 28.22%
BLUE value IS 55 (21.88% from 255) = 22.82%
R=48.96%
G=28.22%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118685500.420.530.5412.3836.4233.92
Hex76443702A3536c2422
Octal166104670526566144442
Binary1110110100010011011101010101101011101101100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764437; }

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

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

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

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

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

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

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

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