#774235

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

Shades of Peanut #774235

Tints of Peanut #774235

Color information

#774235 (or 0x774235) is unknown color: approx Peanut. HEX triplet: 77, 42 and 35. RGB value is (119,66,53). Sum of RGB (Red+Green+Blue) = 119+66+53=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #774235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774235 is #88BDCA. Grayscale: #505050. Windows color (decimal): -8961483 or 3490423. OLE color: 3490423.

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

Color convert

RGB1196653-
CMYK00.450.550.53
HSL11.82º38.37%33.73%-
HSV(B)11.82º55.46%46.67%-
XYZ10.28.084.39-
YUV80.36112.56155.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 53 (21.09% from 255) = 22.27%
R=50%
G=27.73%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119665300.450.550.5311.8238.3733.73
Hex77423502D3735c2622
Octal167102650556765144642
Binary1110111100001011010101011011101111101011100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774235; }

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

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

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

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

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

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

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

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