#774639

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

Shades of Peanut #774639

Tints of Peanut #774639

Color information

#774639 (or 0x774639) is unknown color: approx Peanut. HEX triplet: 77, 46 and 39. RGB value is (119,70,57). Sum of RGB (Red+Green+Blue) = 119+70+57=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #774639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774639 is #88B9C6. Grayscale: #535353. Windows color (decimal): -8960455 or 3753591. OLE color: 3753591.

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

Color convert

RGB1197057-
CMYK00.410.520.53
HSL12.58º35.23%34.51%-
HSV(B)12.58º52.1%46.67%-
XYZ10.548.64.98-
YUV83.17113.23153.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.37%
GREEN value IS 70 (27.73% from 255) = 28.46%
BLUE value IS 57 (22.66% from 255) = 23.17%
R=48.37%
G=28.46%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119705700.410.520.5312.5835.2334.51
Hex7746390293435d2323
Octal167106710516465154343
Binary1110111100011011100101010011101001101011101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774639; }

 p { color: rgb(119,70,57); }

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

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

 a { background-color: rgb(119,70,57); }

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

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

 span { border-color: rgb(119,70,57); }

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