#774635

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

Shades of Peanut #774635

Tints of Peanut #774635

Color information

#774635 (or 0x774635) is unknown color: approx Peanut. HEX triplet: 77, 46 and 35. RGB value is (119,70,53). Sum of RGB (Red+Green+Blue) = 119+70+53=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #774635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774635 is #88B9CA. Grayscale: #525252. Windows color (decimal): -8960459 or 3491447. OLE color: 3491447.

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

Color convert

RGB1197053-
CMYK00.410.550.53
HSL15.45º38.37%33.73%-
HSV(B)15.45º55.46%46.67%-
XYZ10.448.564.47-
YUV82.71111.23153.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 70 (27.73% from 255) = 28.93%
BLUE value IS 53 (21.09% from 255) = 21.90%
R=49.17%
G=28.93%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119705300.410.550.5315.4538.3733.73
Hex7746350293735f2622
Octal167106650516765174642
Binary1110111100011011010101010011101111101011111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774635; }

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

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

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

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

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

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

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

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