#7A4C3B

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

Shades of Nutmeg #7A4C3B

Tints of Nutmeg #7A4C3B

Color information

#7A4C3B (or 0x7A4C3B) is unknown color: approx Nutmeg. HEX triplet: 7A, 4C and 3B. RGB value is (122,76,59). Sum of RGB (Red+Green+Blue) = 122+76+59=257 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.47% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4C3B is #85B3C4. Grayscale: #575757. Windows color (decimal): -8762309 or 3886202. OLE color: 3886202.

HSL color Cylindrical-coordinate representation of color #7A4C3B: hue angle of 16.19º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A4C3B is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB1227659-
CMYK00.380.520.52
HSL16.19º34.81%35.49%-
HSV(B)16.19º51.64%47.84%-
XYZ11.49.625.39-
YUV87.82111.74152.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.47%
GREEN value IS 76 (30.08% from 255) = 29.57%
BLUE value IS 59 (23.44% from 255) = 22.96%
R=47.47%
G=29.57%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122765900.380.520.5216.1934.8135.49
Hex7A4C3B0263434102323
Octal172114730466464204343
Binary11110101001100111011010011011010011010010000100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,76,59); }

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

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

 a { background-color: rgb(122,76,59); }

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

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

 span { border-color: rgb(122,76,59); }

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