#77493A

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

Shades of Nutmeg #77493A

Tints of Nutmeg #77493A

Color information

#77493A (or 0x77493A) is unknown color: approx Nutmeg. HEX triplet: 77, 49 and 3A. RGB value is (119,73,58). Sum of RGB (Red+Green+Blue) = 119+73+58=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #77493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77493A is #88B6C5. Grayscale: #555555. Windows color (decimal): -8959686 or 3819895. OLE color: 3819895.

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

Color convert

RGB1197358-
CMYK00.390.510.53
HSL14.75º34.46%34.71%-
HSV(B)14.75º51.26%46.67%-
XYZ10.758.995.17-
YUV85.04112.74152.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.6%
GREEN value IS 73 (28.91% from 255) = 29.2%
BLUE value IS 58 (23.05% from 255) = 23.2%
R=47.6%
G=29.2%
B=23.2%

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
Decimal119735800.390.510.5314.7534.4634.71
Hex77493A0273335f2223
Octal167111720476365174243
Binary1110111100100111101001001111100111101011111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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