#764738

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

Shades of Peanut #764738

Tints of Peanut #764738

Color information

#764738 (or 0x764738) is unknown color: approx Peanut. HEX triplet: 76, 47 and 38. RGB value is (118,71,56). Sum of RGB (Red+Green+Blue) = 118+71+56=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #764738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764738 is #89B8C7. Grayscale: #535353. Windows color (decimal): -9025736 or 3688310. OLE color: 3688310.

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

Color convert

RGB1187156-
CMYK00.400.530.54
HSL14.52º35.63%34.12%-
HSV(B)14.52º52.54%46.27%-
XYZ10.448.644.86-
YUV83.34112.57152.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 56 (22.27% from 255) = 22.86%
R=48.16%
G=28.98%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118715600.400.530.5414.5235.6334.12
Hex7647380283536f2422
Octal166107700506566174442
Binary1110110100011111100001010001101011101101111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764738; }

 p { color: rgb(118,71,56); }

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

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

 a { background-color: rgb(118,71,56); }

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

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

 span { border-color: rgb(118,71,56); }

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