#78493B

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

Shades of Nutmeg #78493B

Tints of Nutmeg #78493B

Color information

#78493B (or 0x78493B) is unknown color: approx Nutmeg. HEX triplet: 78, 49 and 3B. RGB value is (120,73,59). Sum of RGB (Red+Green+Blue) = 120+73+59=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #78493B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78493B is #87B6C4. Grayscale: #555555. Windows color (decimal): -8894149 or 3885432. OLE color: 3885432.

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

Color convert

RGB1207359-
CMYK00.390.510.53
HSL13.77º34.08%35.1%-
HSV(B)13.77º50.83%47.06%-
XYZ10.929.075.31-
YUV85.46113.07152.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.62%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 59 (23.44% from 255) = 23.41%
R=47.62%
G=28.97%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120735900.390.510.5313.7734.0835.1
Hex78493B0273335e2223
Octal170111730476365164243
Binary1111000100100111101101001111100111101011110100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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