#784534

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

Shades of Peanut #784534

Tints of Peanut #784534

Color information

#784534 (or 0x784534) is unknown color: approx Peanut. HEX triplet: 78, 45 and 34. RGB value is (120,69,52). Sum of RGB (Red+Green+Blue) = 120+69+52=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #784534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784534 is #87BACB. Grayscale: #525252. Windows color (decimal): -8895180 or 3425656. OLE color: 3425656.

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

Color convert

RGB1206952-
CMYK00.420.570.53
HSL15º39.53%33.73%-
HSV(B)15º56.67%47.06%-
XYZ10.498.54.34-
YUV82.31110.9154.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.79%
GREEN value IS 69 (27.34% from 255) = 28.63%
BLUE value IS 52 (20.70% from 255) = 21.58%
R=49.79%
G=28.63%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120695200.420.570.531539.5333.73
Hex78453402A3935f2822
Octal170105640527165175042
Binary1111000100010111010001010101110011101011111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784534; }

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

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

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

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

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

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

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

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