#764335

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

Shades of Peanut #764335

Tints of Peanut #764335

Color information

#764335 (or 0x764335) is unknown color: approx Peanut. HEX triplet: 76, 43 and 35. RGB value is (118,67,53). Sum of RGB (Red+Green+Blue) = 118+67+53=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #764335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764335 is #89BCCA. Grayscale: #505050. Windows color (decimal): -9026763 or 3490678. OLE color: 3490678.

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

Color convert

RGB1186753-
CMYK00.430.550.54
HSL12.92º38.01%33.53%-
HSV(B)12.92º55.08%46.27%-
XYZ10.128.124.4-
YUV80.65112.4154.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 67 (26.56% from 255) = 28.15%
BLUE value IS 53 (21.09% from 255) = 22.27%
R=49.58%
G=28.15%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118675300.430.550.5412.9238.0133.53
Hex76433502B3736d2622
Octal166103650536766154642
Binary1110110100001111010101010111101111101101101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764335; }

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

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

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

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

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

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

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

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