Html Css Color HEX #744F45 Nutmeg

📋 copy color: '#744F45'

red 116 ◦ green 79 ◦ blue 69

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

Shades of Nutmeg #744F45

Tints of Nutmeg #744F45

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.92%

 BLUE value IS 69 (27.34% from 255) = 26.14%

R = 43.94%
G = 29.92%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#744F45 (or 0x744F45) is known color: Nutmeg. HEX triplet: 74, 4F and 45. RGB value is (116,79,69). Sum of RGB (Red+Green+Blue) = 116+79+69=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #744F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744F45 is #8BB0BA. Grayscale: #595959. Windows color (decimal): -9154747 or 4542324. OLE color: 4542324.

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

Color convert

RGB 116 79 69 -
CMYK 0 0.32 0.41 0.55
HSL 12.77º 0.25% 0.36% -
HSV(B) 12.77º 0.41% 0.45% -
XYZ 11.07 9.73 6.93 -
YUV 88.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 116 79 69 0 0.32 0.41 0.55 12.77 0.25 0.36
Hex 74 4F 45 0 20 29 37 D 19 24
Octal 164 117 105 0 40 51 67 15 31 44
Binary 1110100 1001111 1000101 0 100000 101001 110111 1101 11001 100100

Color Harmonies of #744F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744F45

Black with #744F45

Text Example


Text Example

White with #744F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,79,69); }

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

background-color css

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

 a { background-color: rgb(116,79,69); }

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

border-color css

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

 span { border-color: rgb(116,79,69); }

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