#784133

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

Shades of Peanut #784133

Tints of Peanut #784133

Color information

#784133 (or 0x784133) is unknown color: approx Peanut. HEX triplet: 78, 41 and 33. RGB value is (120,65,51). Sum of RGB (Red+Green+Blue) = 120+65+51=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #784133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784133 is #87BECC. Grayscale: #4F4F4F. Windows color (decimal): -8896205 or 3359096. OLE color: 3359096.

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

Color convert

RGB1206551-
CMYK00.460.580.53
HSL12.17º40.35%33.53%-
HSV(B)12.17º57.5%47.06%-
XYZ10.238.014.14-
YUV79.85111.72156.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 65 (25.78% from 255) = 27.54%
BLUE value IS 51 (20.31% from 255) = 21.61%
R=50.85%
G=27.54%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120655100.460.580.5312.1740.3533.53
Hex78413302E3A35c2822
Octal170101630567265145042
Binary1111000100000111001101011101110101101011100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784133; }

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

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

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

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

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

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

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

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