#784334

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

Shades of Peanut #784334

Tints of Peanut #784334

Color information

#784334 (or 0x784334) is unknown color: approx Peanut. HEX triplet: 78, 43 and 34. RGB value is (120,67,52). Sum of RGB (Red+Green+Blue) = 120+67+52=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #784334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784334 is #87BCCB. Grayscale: #515151. Windows color (decimal): -8895692 or 3425144. OLE color: 3425144.

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

Color convert

RGB1206752-
CMYK00.440.570.53
HSL13.24º39.53%33.73%-
HSV(B)13.24º56.67%47.06%-
XYZ10.378.264.3-
YUV81.14111.56155.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.21%
GREEN value IS 67 (26.56% from 255) = 28.03%
BLUE value IS 52 (20.70% from 255) = 21.76%
R=50.21%
G=28.03%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120675200.440.570.5313.2439.5333.73
Hex78433402C3935d2822
Octal170103640547165155042
Binary1111000100001111010001011001110011101011101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784334; }

 p { color: rgb(120,67,52); }

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

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

 a { background-color: rgb(120,67,52); }

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

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

 span { border-color: rgb(120,67,52); }

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