#785148

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

Shades of Nutmeg #785148

Tints of Nutmeg #785148

Color information

#785148 (or 0x785148) is unknown color: approx Nutmeg. HEX triplet: 78, 51 and 48. RGB value is (120,81,72). Sum of RGB (Red+Green+Blue) = 120+81+72=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #785148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785148 is #87AEB7. Grayscale: #5B5B5B. Windows color (decimal): -8892088 or 4739448. OLE color: 4739448.

HSL color Cylindrical-coordinate representation of color #785148: hue angle of 11.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #785148 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1208172-
CMYK00.320.400.53
HSL11.25º25%37.65%-
HSV(B)11.25º40%47.06%-
XYZ11.8610.357.5-
YUV91.64116.92148.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 81 (32.03% from 255) = 29.67%
BLUE value IS 72 (28.52% from 255) = 26.37%
R=43.96%
G=29.67%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120817200.320.400.5311.252537.65
Hex7851480202835b1926
Octal1701211100405065133146
Binary1111000101000110010000100000101000110101101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785148; }

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

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

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

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

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

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

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

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