Html Css Color HEX #7D493D Nutmeg

📋 copy color: '#7D493D'

red 125 ◦ green 73 ◦ blue 61

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

Shades of Nutmeg #7D493D

Tints of Nutmeg #7D493D

RGB

 RED value IS 125 (49.22% from 255) = 48.26%

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

 BLUE value IS 61 (24.22% from 255) = 23.55%

R = 48.26%
G = 28.19%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7D493D (or 0x7D493D) is known color: Nutmeg. HEX triplet: 7D, 49 and 3D. RGB value is (125,73,61). Sum of RGB (Red+Green+Blue) = 125+73+61=259 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.26% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 125 - color contains mainly: red. Hex color #7D493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D493D is #82B6C2. Grayscale: #575757. Windows color (decimal): -8566467 or 4016509. OLE color: 4016509.

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

Color convert

RGB 125 73 61 -
CMYK 0 0.42 0.51 0.51
HSL 11.25º 0.34% 0.36% -
HSV(B) 11.25º 0.51% 0.49% -
XYZ 11.68 9.46 5.63 -
YUV 87.18 113.23 154.98 -
System Red Green Blue C M Y K H S L
Decimal 125 73 61 0 0.42 0.51 0.51 11.25 0.34 0.36
Hex 7D 49 3D 0 2A 33 33 B 22 24
Octal 175 111 75 0 52 63 63 13 42 44
Binary 1111101 1001001 111101 0 101010 110011 110011 1011 100010 100100

Color Harmonies of #7D493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D493D

Black with #7D493D

Text Example


Text Example

White with #7D493D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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