#76493C

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

Shades of Nutmeg #76493C

Tints of Nutmeg #76493C

Color information

#76493C (or 0x76493C) is unknown color: approx Nutmeg. HEX triplet: 76, 49 and 3C. RGB value is (118,73,60). Sum of RGB (Red+Green+Blue) = 118+73+60=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #76493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76493C is #89B6C3. Grayscale: #555555. Windows color (decimal): -9025220 or 3950966. OLE color: 3950966.

HSL color Cylindrical-coordinate representation of color #76493C: hue angle of 13.45º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76493C is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB1187360-
CMYK00.380.490.54
HSL13.45º32.58%34.9%-
HSV(B)13.45º49.15%46.27%-
XYZ10.678.945.44-
YUV84.97113.91151.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 60 (23.83% from 255) = 23.90%
R=47.01%
G=29.08%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118736000.380.490.5413.4532.5834.9
Hex76493C0263136d2123
Octal166111740466166154143
Binary1110110100100111110001001101100011101101101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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