#744E41

Color #744E41 Spice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spice #744E41

Tints of Spice #744E41

Color information

#744E41 (or 0x744E41) is unknown color: approx 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

RGB1167865-
CMYK00.330.440.55
HSL15.29º28.18%35.49%-
HSV(B)15.29º43.97%45.49%-
XYZ10.889.546.27-
YUV87.88115.09148.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.79%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 65 (25.78% from 255) = 25.10%
R=44.79%
G=30.12%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116786500.330.440.5515.2928.1835.49
Hex744E410212C37f1c23
Octal1641161010415467173443
Binary1110100100111010000010100001101100110111111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>