#764534

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

Shades of Peanut #764534

Tints of Peanut #764534

Color information

#764534 (or 0x764534) is unknown color: approx Peanut. HEX triplet: 76, 45 and 34. RGB value is (118,69,52). Sum of RGB (Red+Green+Blue) = 118+69+52=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #764534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764534 is #89BACB. Grayscale: #515151. Windows color (decimal): -9026252 or 3425654. OLE color: 3425654.

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

Color convert

RGB1186952-
CMYK00.420.560.54
HSL15.45º38.82%33.33%-
HSV(B)15.45º55.93%46.27%-
XYZ10.228.364.32-
YUV81.71111.23153.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.37%
GREEN value IS 69 (27.34% from 255) = 28.87%
BLUE value IS 52 (20.70% from 255) = 21.76%
R=49.37%
G=28.87%
B=21.76%

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
Decimal118695200.420.560.5415.4538.8233.33
Hex76453402A3836f2721
Octal166105640527066174741
Binary1110110100010111010001010101110001101101111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764534; }

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

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

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

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

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

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

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

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