#78493C

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

Shades of Nutmeg #78493C

Tints of Nutmeg #78493C

Color information

#78493C (or 0x78493C) is unknown color: approx Nutmeg. HEX triplet: 78, 49 and 3C. RGB value is (120,73,60). Sum of RGB (Red+Green+Blue) = 120+73+60=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #78493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78493C is #87B6C3. Grayscale: #555555. Windows color (decimal): -8894148 or 3950968. OLE color: 3950968.

HSL color Cylindrical-coordinate representation of color #78493C: hue angle of 13º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78493C is Cyan = 0, Magento = 0.39, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB1207360-
CMYK00.390.50.53
HSL13º33.33%35.29%-
HSV(B)13º50%47.06%-
XYZ10.949.085.45-
YUV85.57113.57152.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.43%
GREEN value IS 73 (28.91% from 255) = 28.85%
BLUE value IS 60 (23.83% from 255) = 23.72%
R=47.43%
G=28.85%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.5
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120736000.390.50.531333.3335.29
Hex78493C0273235d2123
Octal170111740476265154143
Binary1111000100100111110001001111100101101011101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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