#745349

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

Shades of Spice #745349

Tints of Spice #745349

Color information

#745349 (or 0x745349) is unknown color: approx Spice. HEX triplet: 74, 53 and 49. RGB value is (116,83,73). Sum of RGB (Red+Green+Blue) = 116+83+73=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #745349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745349 is #8BACB6. Grayscale: #5B5B5B. Windows color (decimal): -9153719 or 4805492. OLE color: 4805492.

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

Color convert

RGB1168373-
CMYK00.280.370.55
HSL13.95º22.75%37.06%-
HSV(B)13.95º37.07%45.49%-
XYZ11.510.387.7-
YUV91.73117.43145.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.65%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 73 (28.91% from 255) = 26.84%
R=42.65%
G=30.51%
B=26.84%

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
Decimal116837300.280.370.5513.9522.7537.06
Hex74534901C2537e1725
Octal1641231110344567162745
Binary111010010100111001001011100100101110111111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745349; }

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

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

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

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

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

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

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

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