Html Css Color HEX #7F493A Nutmeg

📋 copy color: '#7F493A'

red 127 ◦ green 73 ◦ blue 58

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

Shades of Nutmeg #7F493A

Tints of Nutmeg #7F493A

RGB

 RED value IS 127 (50% from 255) = 49.22%

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

 BLUE value IS 58 (23.05% from 255) = 22.48%

R = 49.22%
G = 28.29%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#7F493A (or 0x7F493A) is known color: Nutmeg. HEX triplet: 7F, 49 and 3A. RGB value is (127,73,58). Sum of RGB (Red+Green+Blue) = 127+73+58=258 (34% of max value = 765). Red value is 127 (50% from 255 or 49.22% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 127 - color contains mainly: red. Hex color #7F493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F493A is #80B6C5. Grayscale: #575757. Windows color (decimal): -8435398 or 3819903. OLE color: 3819903.

HSL color Cylindrical-coordinate representation of color #7F493A: hue angle of 13.04º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F493A is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 73 58 -
CMYK 0 0.43 0.54 0.50
HSL 13.04º 0.37% 0.36% -
HSV(B) 13.04º 0.54% 0.5% -
XYZ 11.9 9.58 5.23 -
YUV 87.44 111.39 156.22 -
System Red Green Blue C M Y K H S L
Decimal 127 73 58 0 0.43 0.54 0.50 13.04 0.37 0.36
Hex 7F 49 3A 0 2B 36 32 D 25 24
Octal 177 111 72 0 53 66 62 15 45 44
Binary 1111111 1001001 111010 0 101011 110110 110010 1101 100101 100100

Color Harmonies of #7F493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F493A

Black with #7F493A

Text Example


Text Example

White with #7F493A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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