#774232

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

Shades of Peanut #774232

Tints of Peanut #774232

Color information

#774232 (or 0x774232) is unknown color: approx Peanut. HEX triplet: 77, 42 and 32. RGB value is (119,66,50). Sum of RGB (Red+Green+Blue) = 119+66+50=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #774232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774232 is #88BDCD. Grayscale: #505050. Windows color (decimal): -8961486 or 3293815. OLE color: 3293815.

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

Color convert

RGB1196650-
CMYK00.450.580.53
HSL13.91º40.83%33.14%-
HSV(B)13.91º57.98%46.67%-
XYZ10.138.054.04-
YUV80.02111.06155.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.64%
GREEN value IS 66 (26.17% from 255) = 28.09%
BLUE value IS 50 (19.92% from 255) = 21.28%
R=50.64%
G=28.09%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119665000.450.580.5313.9140.8333.14
Hex77423202D3A35e2921
Octal167102620557265165141
Binary1110111100001011001001011011110101101011110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774232; }

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

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

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

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

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

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

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

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