#735446

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

Shades of Spice #735446

Tints of Spice #735446

Color information

#735446 (or 0x735446) is unknown color: approx Spice. HEX triplet: 73, 54 and 46. RGB value is (115,84,70). Sum of RGB (Red+Green+Blue) = 115+84+70=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 115 - color contains mainly: red. Hex color #735446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735446 is #8CABB9. Grayscale: #5B5B5B. Windows color (decimal): -9219002 or 4609139. OLE color: 4609139.

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

Color convert

RGB1158470-
CMYK00.270.390.55
HSL18.67º24.32%36.27%-
HSV(B)18.67º39.13%45.1%-
XYZ11.3510.437.21-
YUV91.67115.77144.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.75%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 70 (27.73% from 255) = 26.02%
R=42.75%
G=31.23%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115847000.270.390.5518.6724.3236.27
Hex73544601B2737131824
Octal1631241060334767233044
Binary1110011101010010001100110111001111101111001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735446; }

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

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

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

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

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

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

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

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