#764434

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

Shades of Peanut #764434

Tints of Peanut #764434

Color information

#764434 (or 0x764434) is unknown color: approx Peanut. HEX triplet: 76, 44 and 34. RGB value is (118,68,52). Sum of RGB (Red+Green+Blue) = 118+68+52=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #764434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764434 is #89BBCB. Grayscale: #515151. Windows color (decimal): -9026508 or 3425398. OLE color: 3425398.

HSL color Cylindrical-coordinate representation of color #764434: hue angle of 14.55º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #764434 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB1186852-
CMYK00.420.560.54
HSL14.55º38.82%33.33%-
HSV(B)14.55º55.93%46.27%-
XYZ10.168.234.3-
YUV81.13111.56154.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 68 (26.95% from 255) = 28.57%
BLUE value IS 52 (20.70% from 255) = 21.85%
R=49.58%
G=28.57%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118685200.420.560.5414.5538.8233.33
Hex76443402A3836f2721
Octal166104640527066174741
Binary1110110100010011010001010101110001101101111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764434; }

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

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

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

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

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

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

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

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