#735349

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

Shades of Spice #735349

Tints of Spice #735349

Color information

#735349 (or 0x735349) is unknown color: approx Spice. HEX triplet: 73, 53 and 49. RGB value is (115,83,73). Sum of RGB (Red+Green+Blue) = 115+83+73=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #735349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735349 is #8CACB6. Grayscale: #5B5B5B. Windows color (decimal): -9219255 or 4805491. OLE color: 4805491.

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

Color convert

RGB1158373-
CMYK00.280.370.55
HSL14.29º22.34%36.86%-
HSV(B)14.29º36.52%45.1%-
XYZ11.3710.317.69-
YUV91.43117.6144.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.44%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 73 (28.91% from 255) = 26.94%
R=42.44%
G=30.63%
B=26.94%

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
Decimal115837300.280.370.5514.2922.3436.86
Hex73534901C2537e1625
Octal1631231110344567162645
Binary111001110100111001001011100100101110111111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735349; }

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

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

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

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

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

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

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

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