#7A493D

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

Shades of Nutmeg #7A493D

Tints of Nutmeg #7A493D

Color information

#7A493D (or 0x7A493D) is unknown color: approx Nutmeg. HEX triplet: 7A, 49 and 3D. RGB value is (122,73,61). Sum of RGB (Red+Green+Blue) = 122+73+61=256 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.66% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 122 - color contains mainly: red. Hex color #7A493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A493D is #85B6C2. Grayscale: #565656. Windows color (decimal): -8763075 or 4016506. OLE color: 4016506.

HSL color Cylindrical-coordinate representation of color #7A493D: hue angle of 11.8º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A493D is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB1227361-
CMYK00.400.500.52
HSL11.8º33.33%35.88%-
HSV(B)11.8º50%47.84%-
XYZ11.259.245.61-
YUV86.28113.73153.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.66%
GREEN value IS 73 (28.91% from 255) = 28.52%
BLUE value IS 61 (24.22% from 255) = 23.83%
R=47.66%
G=28.52%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122736100.400.500.5211.833.3335.88
Hex7A493D0283234c2124
Octal172111750506264144144
Binary1111010100100111110101010001100101101001100100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A493D; }

 p { color: rgb(122,73,61); }

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

<style>
 a { background-color: #7A493D; }

 a { background-color: rgb(122,73,61); }

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

<style>
 span { border-color: #7A493D; }

 span { border-color: rgb(122,73,61); }

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