#795048

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

Shades of Nutmeg #795048

Tints of Nutmeg #795048

Color information

#795048 (or 0x795048) is unknown color: approx Nutmeg. HEX triplet: 79, 50 and 48. RGB value is (121,80,72). Sum of RGB (Red+Green+Blue) = 121+80+72=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #795048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795048 is #86AFB7. Grayscale: #5B5B5B. Windows color (decimal): -8826808 or 4739193. OLE color: 4739193.

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

Color convert

RGB1218072-
CMYK00.340.400.53
HSL9.8º25.39%37.84%-
HSV(B)9.8º40.5%47.45%-
XYZ11.9210.277.48-
YUV91.35117.08149.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.32%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 72 (28.52% from 255) = 26.37%
R=44.32%
G=29.30%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121807200.340.400.539.825.3937.84
Hex7950480222835a1926
Octal1711201100425065123146
Binary1111001101000010010000100010101000110101101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795048; }

 p { color: rgb(121,80,72); }

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

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

 a { background-color: rgb(121,80,72); }

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

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

 span { border-color: rgb(121,80,72); }

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