#764334

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

Shades of Peanut #764334

Tints of Peanut #764334

Color information

#764334 (or 0x764334) is unknown color: approx Peanut. HEX triplet: 76, 43 and 34. RGB value is (118,67,52). Sum of RGB (Red+Green+Blue) = 118+67+52=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #764334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764334 is #89BCCB. Grayscale: #505050. Windows color (decimal): -9026764 or 3425142. OLE color: 3425142.

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

Color convert

RGB1186752-
CMYK00.430.560.54
HSL13.64º38.82%33.33%-
HSV(B)13.64º55.93%46.27%-
XYZ10.18.114.28-
YUV80.54111.9154.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.79%
GREEN value IS 67 (26.56% from 255) = 28.27%
BLUE value IS 52 (20.70% from 255) = 21.94%
R=49.79%
G=28.27%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118675200.430.560.5413.6438.8233.33
Hex76433402B3836e2721
Octal166103640537066164741
Binary1110110100001111010001010111110001101101110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764334; }

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

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

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

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

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

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

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

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