#774234

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

Shades of Peanut #774234

Tints of Peanut #774234

Color information

#774234 (or 0x774234) is unknown color: approx Peanut. HEX triplet: 77, 42 and 34. RGB value is (119,66,52). Sum of RGB (Red+Green+Blue) = 119+66+52=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #774234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774234 is #88BDCB. Grayscale: #505050. Windows color (decimal): -8961484 or 3424887. OLE color: 3424887.

HSL color Cylindrical-coordinate representation of color #774234: hue angle of 12.54º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #774234 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1196652-
CMYK00.450.560.53
HSL12.54º39.18%33.53%-
HSV(B)12.54º56.3%46.67%-
XYZ10.188.074.27-
YUV80.25112.06155.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.21%
GREEN value IS 66 (26.17% from 255) = 27.85%
BLUE value IS 52 (20.70% from 255) = 21.94%
R=50.21%
G=27.85%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119665200.450.560.5312.5439.1833.53
Hex77423402D3835d2722
Octal167102640557065154742
Binary1110111100001011010001011011110001101011101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774234; }

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

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

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

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

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

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

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

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