Html Css Color HEX #7C493F Nutmeg

📋 copy color: '#7C493F'

red 124 ◦ green 73 ◦ blue 63

#7C493F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nutmeg #7C493F

Tints of Nutmeg #7C493F

RGB

 RED value IS 124 (48.83% from 255) = 47.69%

 GREEN value IS 73 (28.91% from 255) = 28.08%

 BLUE value IS 63 (25% from 255) = 24.23%

R = 47.69%
G = 28.08%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7C493F (or 0x7C493F) is known color: Nutmeg. HEX triplet: 7C, 49 and 3F. RGB value is (124,73,63). Sum of RGB (Red+Green+Blue) = 124+73+63=260 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.69% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 124 - color contains mainly: red. Hex color #7C493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C493F is #83B6C0. Grayscale: #575757. Windows color (decimal): -8632001 or 4147580. OLE color: 4147580.

HSL color Cylindrical-coordinate representation of color #7C493F: hue angle of 9.84º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C493F is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 73 63 -
CMYK 0 0.41 0.49 0.51
HSL 9.84º 0.33% 0.37% -
HSV(B) 9.84º 0.49% 0.49% -
XYZ 11.59 9.41 5.91 -
YUV 87.11 114.4 154.31 -
System Red Green Blue C M Y K H S L
Decimal 124 73 63 0 0.41 0.49 0.51 9.84 0.33 0.37
Hex 7C 49 3F 0 29 31 33 A 21 25
Octal 174 111 77 0 51 61 63 12 41 45
Binary 1111100 1001001 111111 0 101001 110001 110011 1010 100001 100101

Color Harmonies of #7C493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C493F

Black with #7C493F

Text Example


Text Example

White with #7C493F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,73,63); }

 H1.HeaderClassName
 {
   color: #7C493F;
 }
 .AnyTagClassName
 {
   color: #7C493F;
 }
</style>

background-color css

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

 a { background-color: rgb(124,73,63); }

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

border-color css

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

 span { border-color: rgb(124,73,63); }

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