Html Css Color HEX #7D4A3D Nutmeg

📋 copy color: '#7D4A3D'

red 125 ◦ green 74 ◦ blue 61

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

Shades of Nutmeg #7D4A3D

Tints of Nutmeg #7D4A3D

RGB

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

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

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

R = 48.08%
G = 28.46%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7D4A3D (or 0x7D4A3D) is known color: Nutmeg. HEX triplet: 7D, 4A and 3D. RGB value is (125,74,61). Sum of RGB (Red+Green+Blue) = 125+74+61=260 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.08% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4A3D is #82B5C2. Grayscale: #575757. Windows color (decimal): -8566211 or 4016765. OLE color: 4016765.

HSL color Cylindrical-coordinate representation of color #7D4A3D: hue angle of 12.19º 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 #7D4A3D is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 74 61 -
CMYK 0 0.41 0.51 0.51
HSL 12.19º 0.34% 0.36% -
HSV(B) 12.19º 0.51% 0.49% -
XYZ 11.75 9.59 5.65 -
YUV 87.77 112.9 154.56 -
System Red Green Blue C M Y K H S L
Decimal 125 74 61 0 0.41 0.51 0.51 12.19 0.34 0.36
Hex 7D 4A 3D 0 29 33 33 C 22 24
Octal 175 112 75 0 51 63 63 14 42 44
Binary 1111101 1001010 111101 0 101001 110011 110011 1100 100010 100100

Color Harmonies of #7D4A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4A3D

Black with #7D4A3D

Text Example


Text Example

White with #7D4A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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