#745449

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

Shades of Spice #745449

Tints of Spice #745449

Color information

#745449 (or 0x745449) is unknown color: approx Spice. HEX triplet: 74, 54 and 49. RGB value is (116,84,73). Sum of RGB (Red+Green+Blue) = 116+84+73=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #745449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745449 is #8BABB6. Grayscale: #5C5C5C. Windows color (decimal): -9153463 or 4805748. OLE color: 4805748.

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

Color convert

RGB1168473-
CMYK00.280.370.55
HSL15.35º22.75%37.06%-
HSV(B)15.35º37.07%45.49%-
XYZ11.5810.537.73-
YUV92.31117.1144.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.49%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 73 (28.91% from 255) = 26.74%
R=42.49%
G=30.77%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116847300.280.370.5515.3522.7537.06
Hex74544901C2537f1725
Octal1641241110344567172745
Binary111010010101001001001011100100101110111111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745449; }

 p { color: rgb(116,84,73); }

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

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

 a { background-color: rgb(116,84,73); }

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

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

 span { border-color: rgb(116,84,73); }

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