#745144

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

Shades of Spice #745144

Tints of Spice #745144

Color information

#745144 (or 0x745144) is unknown color: approx Spice. HEX triplet: 74, 51 and 44. RGB value is (116,81,68). Sum of RGB (Red+Green+Blue) = 116+81+68=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #745144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745144 is #8BAEBB. Grayscale: #5A5A5A. Windows color (decimal): -9154236 or 4477300. OLE color: 4477300.

HSL color Cylindrical-coordinate representation of color #745144: hue angle of 16.25º 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 #745144 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB1168168-
CMYK00.300.410.55
HSL16.25º26.09%36.08%-
HSV(B)16.25º41.38%45.49%-
XYZ11.1910.026.81-
YUV89.98115.6146.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.77%
GREEN value IS 81 (32.03% from 255) = 30.57%
BLUE value IS 68 (26.95% from 255) = 25.66%
R=43.77%
G=30.57%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116816800.300.410.5516.2526.0936.08
Hex74514401E2937101a24
Octal1641211040365167203244
Binary1110100101000110001000111101010011101111000011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745144; }

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

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

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

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

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

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

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

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