#784031

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

Shades of Peanut #784031

Tints of Peanut #784031

Color information

#784031 (or 0x784031) is unknown color: approx Peanut. HEX triplet: 78, 40 and 31. RGB value is (120,64,49). Sum of RGB (Red+Green+Blue) = 120+64+49=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #784031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784031 is #87BFCE. Grayscale: #4F4F4F. Windows color (decimal): -8896463 or 3227768. OLE color: 3227768.

HSL color Cylindrical-coordinate representation of color #784031: hue angle of 12.68º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #784031 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB1206449-
CMYK00.470.590.53
HSL12.68º42.01%33.14%-
HSV(B)12.68º59.17%47.06%-
XYZ10.137.883.89-
YUV79.03111.05157.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.50%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 49 (19.53% from 255) = 21.03%
R=51.50%
G=27.47%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120644900.470.590.5312.6842.0133.14
Hex78403102F3B35d2a21
Octal170100610577365155241
Binary1111000100000011000101011111110111101011101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784031; }

 p { color: rgb(120,64,49); }

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

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

 a { background-color: rgb(120,64,49); }

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

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

 span { border-color: rgb(120,64,49); }

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