#784434

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

Shades of Peanut #784434

Tints of Peanut #784434

Color information

#784434 (or 0x784434) is unknown color: approx Peanut. HEX triplet: 78, 44 and 34. RGB value is (120,68,52). Sum of RGB (Red+Green+Blue) = 120+68+52=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #784434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784434 is #87BBCB. Grayscale: #515151. Windows color (decimal): -8895436 or 3425400. OLE color: 3425400.

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

Color convert

RGB1206852-
CMYK00.430.570.53
HSL14.12º39.53%33.73%-
HSV(B)14.12º56.67%47.06%-
XYZ10.438.384.32-
YUV81.72111.23155.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50%
GREEN value IS 68 (26.95% from 255) = 28.33%
BLUE value IS 52 (20.70% from 255) = 21.67%
R=50%
G=28.33%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120685200.430.570.5314.1239.5333.73
Hex78443402B3935e2822
Octal170104640537165165042
Binary1111000100010011010001010111110011101011110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784434; }

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

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

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

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

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

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

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

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