Html Css Color HEX #7D4A3A Nutmeg

📋 copy color: '#7D4A3A'

red 125 ◦ green 74 ◦ blue 58

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

Shades of Nutmeg #7D4A3A

Tints of Nutmeg #7D4A3A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.79%

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

R = 48.64%
G = 28.79%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7D4A3A (or 0x7D4A3A) is known color: Nutmeg. HEX triplet: 7D, 4A and 3A. RGB value is (125,74,58). Sum of RGB (Red+Green+Blue) = 125+74+58=257 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.64% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4A3A is #82B5C5. Grayscale: #575757. Windows color (decimal): -8566214 or 3820157. OLE color: 3820157.

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

Color convert

RGB 125 74 58 -
CMYK 0 0.41 0.54 0.51
HSL 14.33º 0.37% 0.36% -
HSV(B) 14.33º 0.54% 0.49% -
XYZ 11.67 9.56 5.23 -
YUV 87.43 111.4 154.8 -
System Red Green Blue C M Y K H S L
Decimal 125 74 58 0 0.41 0.54 0.51 14.33 0.37 0.36
Hex 7D 4A 3A 0 29 36 33 E 25 24
Octal 175 112 72 0 51 66 63 16 45 44
Binary 1111101 1001010 111010 0 101001 110110 110011 1110 100101 100100

Color Harmonies of #7D4A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4A3A

Black with #7D4A3A

Text Example


Text Example

White with #7D4A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,74,58); }

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

background-color css

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

 a { background-color: rgb(125,74,58); }

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

border-color css

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

 span { border-color: rgb(125,74,58); }

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