#774435

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

Shades of Peanut #774435

Tints of Peanut #774435

Color information

#774435 (or 0x774435) is unknown color: approx Peanut. HEX triplet: 77, 44 and 35. RGB value is (119,68,53). Sum of RGB (Red+Green+Blue) = 119+68+53=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #774435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774435 is #88BBCA. Grayscale: #515151. Windows color (decimal): -8960971 or 3490935. OLE color: 3490935.

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

Color convert

RGB1196853-
CMYK00.430.550.53
HSL13.64º38.37%33.73%-
HSV(B)13.64º55.46%46.67%-
XYZ10.328.314.43-
YUV81.54111.9154.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.58%
GREEN value IS 68 (26.95% from 255) = 28.33%
BLUE value IS 53 (21.09% from 255) = 22.08%
R=49.58%
G=28.33%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119685300.430.550.5313.6438.3733.73
Hex77443502B3735e2622
Octal167104650536765164642
Binary1110111100010011010101010111101111101011110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774435; }

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

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

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

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

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

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

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

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