#77493B

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

Shades of Nutmeg #77493B

Tints of Nutmeg #77493B

Color information

#77493B (or 0x77493B) is unknown color: approx Nutmeg. HEX triplet: 77, 49 and 3B. RGB value is (119,73,59). Sum of RGB (Red+Green+Blue) = 119+73+59=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #77493B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77493B is #88B6C4. Grayscale: #555555. Windows color (decimal): -8959685 or 3885431. OLE color: 3885431.

HSL color Cylindrical-coordinate representation of color #77493B: hue angle of 14º degrees, saturation: 0.34, 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 #77493B is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1197359-
CMYK00.390.500.53
HSL14º33.71%34.9%-
HSV(B)14º50.42%46.67%-
XYZ10.7895.31-
YUV85.16113.24152.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.41%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 59 (23.44% from 255) = 23.51%
R=47.41%
G=29.08%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119735900.390.500.531433.7134.9
Hex77493B0273235e2223
Octal167111730476265164243
Binary1110111100100111101101001111100101101011110100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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