Html Css Color HEX #744E42 Nutmeg

📋 copy color: '#744E42'

red 116 ◦ green 78 ◦ blue 66

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

Shades of Nutmeg #744E42

Tints of Nutmeg #744E42

RGB

 RED value IS 116 (45.7% from 255) = 44.62%

 GREEN value IS 78 (30.86% from 255) = 30%

 BLUE value IS 66 (26.17% from 255) = 25.38%

R = 44.62%
G = 30%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#744E42 (or 0x744E42) is known color: Nutmeg. HEX triplet: 74, 4E and 42. RGB value is (116,78,66). Sum of RGB (Red+Green+Blue) = 116+78+66=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #744E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744E42 is #8BB1BD. Grayscale: #585858. Windows color (decimal): -9155006 or 4345460. OLE color: 4345460.

HSL color Cylindrical-coordinate representation of color #744E42: hue angle of 14.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #744E42 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 78 66 -
CMYK 0 0.33 0.43 0.55
HSL 14.4º 0.27% 0.36% -
HSV(B) 14.4º 0.43% 0.45% -
XYZ 10.91 9.56 6.42 -
YUV 87.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 116 78 66 0 0.33 0.43 0.55 14.4 0.27 0.36
Hex 74 4E 42 0 21 2B 37 E 1B 24
Octal 164 116 102 0 41 53 67 16 33 44
Binary 1110100 1001110 1000010 0 100001 101011 110111 1110 11011 100100

Color Harmonies of #744E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744E42

Black with #744E42

Text Example


Text Example

White with #744E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744E42; }

 p { color: rgb(116,78,66); }

 H1.HeaderClassName
 {
   color: #744E42;
 }
 .AnyTagClassName
 {
   color: #744E42;
 }
</style>

background-color css

<style>
 a { background-color: #744E42; }

 a { background-color: rgb(116,78,66); }

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

border-color css

<style>
 span { border-color: #744E42; }

 span { border-color: rgb(116,78,66); }

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