#735449

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

Shades of Spice #735449

Tints of Spice #735449

Color information

#735449 (or 0x735449) is unknown color: approx Spice. HEX triplet: 73, 54 and 49. RGB value is (115,84,73). Sum of RGB (Red+Green+Blue) = 115+84+73=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 115 - color contains mainly: red. Hex color #735449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735449 is #8CABB6. Grayscale: #5C5C5C. Windows color (decimal): -9218999 or 4805747. OLE color: 4805747.

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

Color convert

RGB1158473-
CMYK00.270.370.55
HSL15.71º22.34%36.86%-
HSV(B)15.71º36.52%45.1%-
XYZ11.4410.477.72-
YUV92.02117.27144.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.28%
GREEN value IS 84 (33.20% from 255) = 30.88%
BLUE value IS 73 (28.91% from 255) = 26.84%
R=42.28%
G=30.88%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115847300.270.370.5515.7122.3436.86
Hex73544901B2537101625
Octal1631241110334567202645
Binary1110011101010010010010110111001011101111000010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735449; }

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

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

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

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

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

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

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

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