#774031

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

Shades of Peanut #774031

Tints of Peanut #774031

Color information

#774031 (or 0x774031) is unknown color: approx Peanut. HEX triplet: 77, 40 and 31. RGB value is (119,64,49). Sum of RGB (Red+Green+Blue) = 119+64+49=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #774031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774031 is #88BFCE. Grayscale: #4E4E4E. Windows color (decimal): -8961999 or 3227767. OLE color: 3227767.

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

Color convert

RGB1196449-
CMYK00.460.590.53
HSL12.86º41.67%32.94%-
HSV(B)12.86º58.82%46.67%-
XYZ107.813.89-
YUV78.74111.22156.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.29%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 49 (19.53% from 255) = 21.12%
R=51.29%
G=27.59%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119644900.460.590.5312.8641.6732.94
Hex77403102E3B35d2a21
Octal167100610567365155241
Binary1110111100000011000101011101110111101011101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774031; }

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

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

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

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

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

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

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

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