#774032

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

Shades of Peanut #774032

Tints of Peanut #774032

Color information

#774032 (or 0x774032) is unknown color: approx Peanut. HEX triplet: 77, 40 and 32. RGB value is (119,64,50). Sum of RGB (Red+Green+Blue) = 119+64+50=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #774032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774032 is #88BFCD. Grayscale: #4E4E4E. Windows color (decimal): -8961998 or 3293303. OLE color: 3293303.

HSL color Cylindrical-coordinate representation of color #774032: hue angle of 12.17º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #774032 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB1196450-
CMYK00.460.580.53
HSL12.17º40.83%33.14%-
HSV(B)12.17º57.98%46.67%-
XYZ10.027.824-
YUV78.85111.72156.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 50 (19.92% from 255) = 21.46%
R=51.07%
G=27.47%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119645000.460.580.5312.1740.8333.14
Hex77403202E3A35c2921
Octal167100620567265145141
Binary1110111100000011001001011101110101101011100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774032; }

 p { color: rgb(119,64,50); }

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

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

 a { background-color: rgb(119,64,50); }

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

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

 span { border-color: rgb(119,64,50); }

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