#764635

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

Shades of Peanut #764635

Tints of Peanut #764635

Color information

#764635 (or 0x764635) is unknown color: approx Peanut. HEX triplet: 76, 46 and 35. RGB value is (118,70,53). Sum of RGB (Red+Green+Blue) = 118+70+53=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #764635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764635 is #89B9CA. Grayscale: #525252. Windows color (decimal): -9025995 or 3491446. OLE color: 3491446.

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

Color convert

RGB1187053-
CMYK00.410.550.54
HSL15.69º38.01%33.53%-
HSV(B)15.69º55.08%46.27%-
XYZ10.38.494.46-
YUV82.41111.4153.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 70 (27.73% from 255) = 29.05%
BLUE value IS 53 (21.09% from 255) = 21.99%
R=48.96%
G=29.05%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118705300.410.550.5415.6938.0133.53
Hex7646350293736102622
Octal166106650516766204642
Binary11101101000110110101010100111011111011010000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764635; }

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

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

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

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

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

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

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

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