#764235

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

Shades of Peanut #764235

Tints of Peanut #764235

Color information

#764235 (or 0x764235) is unknown color: approx Peanut. HEX triplet: 76, 42 and 35. RGB value is (118,66,53). Sum of RGB (Red+Green+Blue) = 118+66+53=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #764235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764235 is #89BDCA. Grayscale: #505050. Windows color (decimal): -9027019 or 3490422. OLE color: 3490422.

HSL color Cylindrical-coordinate representation of color #764235: hue angle of 12º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #764235 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB1186653-
CMYK00.440.550.54
HSL12º38.01%33.53%-
HSV(B)12º55.08%46.27%-
XYZ10.068.014.38-
YUV80.07112.73155.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.79%
GREEN value IS 66 (26.17% from 255) = 27.85%
BLUE value IS 53 (21.09% from 255) = 22.36%
R=49.79%
G=27.85%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118665300.440.550.541238.0133.53
Hex76423502C3736c2622
Octal166102650546766144642
Binary1110110100001011010101011001101111101101100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764235; }

 p { color: rgb(118,66,53); }

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

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

 a { background-color: rgb(118,66,53); }

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

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

 span { border-color: rgb(118,66,53); }

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