#745347

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

Shades of Spice #745347

Tints of Spice #745347

Color information

#745347 (or 0x745347) is unknown color: approx Spice. HEX triplet: 74, 53 and 47. RGB value is (116,83,71). Sum of RGB (Red+Green+Blue) = 116+83+71=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #745347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745347 is #8BACB8. Grayscale: #5B5B5B. Windows color (decimal): -9153721 or 4674420. OLE color: 4674420.

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

Color convert

RGB1168371-
CMYK00.280.390.55
HSL16º24.06%36.67%-
HSV(B)16º38.79%45.49%-
XYZ11.4310.357.36-
YUV91.5116.43145.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.96%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 71 (28.12% from 255) = 26.30%
R=42.96%
G=30.74%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116837100.280.390.551624.0636.67
Hex74534701C2737101825
Octal1641231070344767203045
Binary1110100101001110001110111001001111101111000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745347; }

 p { color: rgb(116,83,71); }

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

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

 a { background-color: rgb(116,83,71); }

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

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

 span { border-color: rgb(116,83,71); }

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