#774535

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

Shades of Peanut #774535

Tints of Peanut #774535

Color information

#774535 (or 0x774535) is unknown color: approx Peanut. HEX triplet: 77, 45 and 35. RGB value is (119,69,53). Sum of RGB (Red+Green+Blue) = 119+69+53=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #774535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774535 is #88BACA. Grayscale: #525252. Windows color (decimal): -8960715 or 3491191. OLE color: 3491191.

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

Color convert

RGB1196953-
CMYK00.420.550.53
HSL14.55º38.37%33.73%-
HSV(B)14.55º55.46%46.67%-
XYZ10.388.444.45-
YUV82.13111.56154.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.38%
GREEN value IS 69 (27.34% from 255) = 28.63%
BLUE value IS 53 (21.09% from 255) = 21.99%
R=49.38%
G=28.63%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119695300.420.550.5314.5538.3733.73
Hex77453502A3735f2622
Octal167105650526765174642
Binary1110111100010111010101010101101111101011111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774535; }

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

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

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

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

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

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

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

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