#79493A

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

Shades of Nutmeg #79493A

Tints of Nutmeg #79493A

Color information

#79493A (or 0x79493A) is unknown color: approx Nutmeg. HEX triplet: 79, 49 and 3A. RGB value is (121,73,58). Sum of RGB (Red+Green+Blue) = 121+73+58=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #79493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79493A is #86B6C5. Grayscale: #555555. Windows color (decimal): -8828614 or 3819897. OLE color: 3819897.

HSL color Cylindrical-coordinate representation of color #79493A: hue angle of 14.29º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79493A is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB1217358-
CMYK00.400.520.53
HSL14.29º35.2%35.1%-
HSV(B)14.29º52.07%47.45%-
XYZ11.039.145.18-
YUV85.64112.4153.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.02%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 58 (23.05% from 255) = 23.02%
R=48.02%
G=28.97%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121735800.400.520.5314.2935.235.1
Hex79493A0283435e2323
Octal171111720506465164343
Binary1111001100100111101001010001101001101011110100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79493A; }

 p { color: rgb(121,73,58); }

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

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

 a { background-color: rgb(121,73,58); }

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

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

 span { border-color: rgb(121,73,58); }

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