#785145

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

Shades of Nutmeg #785145

Tints of Nutmeg #785145

Color information

#785145 (or 0x785145) is unknown color: approx Nutmeg. HEX triplet: 78, 51 and 45. RGB value is (120,81,69). Sum of RGB (Red+Green+Blue) = 120+81+69=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #785145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785145 is #87AEBA. Grayscale: #5B5B5B. Windows color (decimal): -8892091 or 4542840. OLE color: 4542840.

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

Color convert

RGB1208169-
CMYK00.320.420.53
HSL14.12º26.98%37.06%-
HSV(B)14.12º42.5%47.06%-
XYZ11.7610.317-
YUV91.29115.42148.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.44%
GREEN value IS 81 (32.03% from 255) = 30%
BLUE value IS 69 (27.34% from 255) = 25.56%
R=44.44%
G=30%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120816900.320.420.5314.1226.9837.06
Hex7851450202A35e1b25
Octal1701211050405265163345
Binary1111000101000110001010100000101010110101111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785145; }

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

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

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

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

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

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

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

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