Html Css Color HEX #744E41 Spice

📋 copy color: '#744E41'

red 116 ◦ green 78 ◦ blue 65

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

Shades of Spice #744E41

Tints of Spice #744E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.1%

R = 44.79%
G = 30.12%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#744E41 (or 0x744E41) is known color: Spice. HEX triplet: 74, 4E and 41. RGB value is (116,78,65). Sum of RGB (Red+Green+Blue) = 116+78+65=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #744E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744E41 is #8BB1BE. Grayscale: #575757. Windows color (decimal): -9155007 or 4279924. OLE color: 4279924.

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

Color convert

RGB 116 78 65 -
CMYK 0 0.33 0.44 0.55
HSL 15.29º 0.28% 0.35% -
HSV(B) 15.29º 0.44% 0.45% -
XYZ 10.88 9.54 6.27 -
YUV 87.88 115.09 148.06 -
System Red Green Blue C M Y K H S L
Decimal 116 78 65 0 0.33 0.44 0.55 15.29 0.28 0.35
Hex 74 4E 41 0 21 2C 37 F 1C 23
Octal 164 116 101 0 41 54 67 17 34 43
Binary 1110100 1001110 1000001 0 100001 101100 110111 1111 11100 100011

Color Harmonies of #744E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744E41

Black with #744E41

Text Example


Text Example

White with #744E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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