#774534

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

Shades of Peanut #774534

Tints of Peanut #774534

Color information

#774534 (or 0x774534) is unknown color: approx Peanut. HEX triplet: 77, 45 and 34. RGB value is (119,69,52). Sum of RGB (Red+Green+Blue) = 119+69+52=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #774534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774534 is #88BACB. Grayscale: #525252. Windows color (decimal): -8960716 or 3425655. OLE color: 3425655.

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

Color convert

RGB1196952-
CMYK00.420.560.53
HSL15.22º39.18%33.53%-
HSV(B)15.22º56.3%46.67%-
XYZ10.368.434.33-
YUV82.01111.06154.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.58%
GREEN value IS 69 (27.34% from 255) = 28.75%
BLUE value IS 52 (20.70% from 255) = 21.67%
R=49.58%
G=28.75%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119695200.420.560.5315.2239.1833.53
Hex77453402A3835f2722
Octal167105640527065174742
Binary1110111100010111010001010101110001101011111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774534; }

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

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

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

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

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

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

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

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