#764135

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

Shades of Peanut #764135

Tints of Peanut #764135

Color information

#764135 (or 0x764135) is unknown color: approx Peanut. HEX triplet: 76, 41 and 35. RGB value is (118,65,53). Sum of RGB (Red+Green+Blue) = 118+65+53=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #764135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764135 is #89BECA. Grayscale: #4F4F4F. Windows color (decimal): -9027275 or 3490166. OLE color: 3490166.

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

Color convert

RGB1186553-
CMYK00.450.550.54
HSL11.08º38.01%33.53%-
HSV(B)11.08º55.08%46.27%-
XYZ107.894.36-
YUV79.48113.06155.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 65 (25.78% from 255) = 27.54%
BLUE value IS 53 (21.09% from 255) = 22.46%
R=50%
G=27.54%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118655300.450.550.5411.0838.0133.53
Hex76413502D3736b2622
Octal166101650556766134642
Binary1110110100000111010101011011101111101101011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764135; }

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

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

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

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

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

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

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

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