#744F44

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

Shades of Spice #744F44

Tints of Spice #744F44

Color information

#744F44 (or 0x744F44) is unknown color: approx Spice. HEX triplet: 74, 4F and 44. RGB value is (116,79,68). Sum of RGB (Red+Green+Blue) = 116+79+68=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #744F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744F44 is #8BB0BB. Grayscale: #585858. Windows color (decimal): -9154748 or 4476788. OLE color: 4476788.

HSL color Cylindrical-coordinate representation of color #744F44: hue angle of 13.75º degrees, saturation: 0.26, 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 #744F44 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB1167968-
CMYK00.320.410.55
HSL13.75º26.09%36.08%-
HSV(B)13.75º41.38%45.49%-
XYZ11.049.726.76-
YUV88.81116.26147.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.11%
GREEN value IS 79 (31.25% from 255) = 30.04%
BLUE value IS 68 (26.95% from 255) = 25.86%
R=44.11%
G=30.04%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116796800.320.410.5513.7526.0936.08
Hex744F440202937e1a24
Octal1641171040405167163244
Binary1110100100111110001000100000101001110111111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #744F44;
 }
 .AnyTagClassName
 {
   color: #744F44;
 }
</style>
background-color css

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

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

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

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

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

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