#785045

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

Shades of Nutmeg #785045

Tints of Nutmeg #785045

Color information

#785045 (or 0x785045) is unknown color: approx Nutmeg. HEX triplet: 78, 50 and 45. RGB value is (120,80,69). Sum of RGB (Red+Green+Blue) = 120+80+69=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #785045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785045 is #87AFBA. Grayscale: #5A5A5A. Windows color (decimal): -8892347 or 4542584. OLE color: 4542584.

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

Color convert

RGB1208069-
CMYK00.330.420.53
HSL12.94º26.98%37.06%-
HSV(B)12.94º42.5%47.06%-
XYZ11.6910.166.98-
YUV90.71115.75148.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 69 (27.34% from 255) = 25.65%
R=44.61%
G=29.74%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120806900.330.420.5312.9426.9837.06
Hex7850450212A35d1b25
Octal1701201050415265153345
Binary1111000101000010001010100001101010110101110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785045; }

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

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

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

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

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

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

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

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