#735343

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

Shades of Spice #735343

Tints of Spice #735343

Color information

#735343 (or 0x735343) is unknown color: approx Spice. HEX triplet: 73, 53 and 43. RGB value is (115,83,67). Sum of RGB (Red+Green+Blue) = 115+83+67=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #735343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735343 is #8CACBC. Grayscale: #5A5A5A. Windows color (decimal): -9219261 or 4412275. OLE color: 4412275.

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

Color convert

RGB1158367-
CMYK00.280.420.55
HSL20º26.37%35.69%-
HSV(B)20º41.74%45.1%-
XYZ11.1810.246.7-
YUV90.74114.6145.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.40%
GREEN value IS 83 (32.81% from 255) = 31.32%
BLUE value IS 67 (26.56% from 255) = 25.28%
R=43.40%
G=31.32%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115836700.280.420.552026.3735.69
Hex73534301C2A37141a24
Octal1631231030345267243244
Binary1110011101001110000110111001010101101111010011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735343; }

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

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

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

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

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

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

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

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