#774335

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

Shades of Peanut #774335

Tints of Peanut #774335

Color information

#774335 (or 0x774335) is unknown color: approx Peanut. HEX triplet: 77, 43 and 35. RGB value is (119,67,53). Sum of RGB (Red+Green+Blue) = 119+67+53=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #774335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774335 is #88BCCA. Grayscale: #515151. Windows color (decimal): -8961227 or 3490679. OLE color: 3490679.

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

Color convert

RGB1196753-
CMYK00.440.550.53
HSL12.73º38.37%33.73%-
HSV(B)12.73º55.46%46.67%-
XYZ10.268.194.41-
YUV80.95112.23155.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 67 (26.56% from 255) = 28.03%
BLUE value IS 53 (21.09% from 255) = 22.18%
R=49.79%
G=28.03%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119675300.440.550.5312.7338.3733.73
Hex77433502C3735d2622
Octal167103650546765154642
Binary1110111100001111010101011001101111101011101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774335; }

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

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

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

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

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

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

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

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