#78493A

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

Shades of Nutmeg #78493A

Tints of Nutmeg #78493A

Color information

#78493A (or 0x78493A) is unknown color: approx Nutmeg. HEX triplet: 78, 49 and 3A. RGB value is (120,73,58). Sum of RGB (Red+Green+Blue) = 120+73+58=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #78493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78493A is #87B6C5. Grayscale: #555555. Windows color (decimal): -8894150 or 3819896. OLE color: 3819896.

HSL color Cylindrical-coordinate representation of color #78493A: hue angle of 14.52º 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 #78493A is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB1207358-
CMYK00.390.520.53
HSL14.52º34.83%34.9%-
HSV(B)14.52º51.67%47.06%-
XYZ10.899.065.18-
YUV85.34112.57152.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.81%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 58 (23.05% from 255) = 23.11%
R=47.81%
G=29.08%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120735800.390.520.5314.5234.8334.9
Hex78493A0273435f2323
Octal170111720476465174343
Binary1111000100100111101001001111101001101011111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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