#774437

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

Shades of Peanut #774437

Tints of Peanut #774437

Color information

#774437 (or 0x774437) is unknown color: approx Peanut. HEX triplet: 77, 44 and 37. RGB value is (119,68,55). Sum of RGB (Red+Green+Blue) = 119+68+55=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #774437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774437 is #88BBC8. Grayscale: #515151. Windows color (decimal): -8960969 or 3622007. OLE color: 3622007.

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

Color convert

RGB1196855-
CMYK00.430.540.53
HSL12.19º36.78%34.12%-
HSV(B)12.19º53.78%46.67%-
XYZ10.368.334.68-
YUV81.77112.9154.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 68 (26.95% from 255) = 28.10%
BLUE value IS 55 (21.88% from 255) = 22.73%
R=49.17%
G=28.10%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119685500.430.540.5312.1936.7834.12
Hex77443702B3635c2522
Octal167104670536665144542
Binary1110111100010011011101010111101101101011100100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774437; }

 p { color: rgb(119,68,55); }

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

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

 a { background-color: rgb(119,68,55); }

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

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

 span { border-color: rgb(119,68,55); }

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