#784134

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

Shades of Peanut #784134

Tints of Peanut #784134

Color information

#784134 (or 0x784134) is unknown color: approx Peanut. HEX triplet: 78, 41 and 34. RGB value is (120,65,52). Sum of RGB (Red+Green+Blue) = 120+65+52=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #784134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784134 is #87BECB. Grayscale: #505050. Windows color (decimal): -8896204 or 3424632. OLE color: 3424632.

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

Color convert

RGB1206552-
CMYK00.460.570.53
HSL11.47º39.53%33.73%-
HSV(B)11.47º56.67%47.06%-
XYZ10.268.024.26-
YUV79.96112.22156.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.63%
GREEN value IS 65 (25.78% from 255) = 27.43%
BLUE value IS 52 (20.70% from 255) = 21.94%
R=50.63%
G=27.43%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120655200.460.570.5311.4739.5333.73
Hex78413402E3935b2822
Octal170101640567165135042
Binary1111000100000111010001011101110011101011011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784134; }

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

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

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

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

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

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

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

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