#735144

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

Shades of Spice #735144

Tints of Spice #735144

Color information

#735144 (or 0x735144) is unknown color: approx Spice. HEX triplet: 73, 51 and 44. RGB value is (115,81,68). Sum of RGB (Red+Green+Blue) = 115+81+68=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 115 - color contains mainly: red. Hex color #735144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735144 is #8CAEBB. Grayscale: #595959. Windows color (decimal): -9219772 or 4477299. OLE color: 4477299.

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

Color convert

RGB1158168-
CMYK00.300.410.55
HSL16.6º25.68%35.88%-
HSV(B)16.6º40.87%45.1%-
XYZ11.069.956.81-
YUV89.68115.76146.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.56%
GREEN value IS 81 (32.03% from 255) = 30.68%
BLUE value IS 68 (26.95% from 255) = 25.76%
R=43.56%
G=30.68%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115816800.300.410.5516.625.6835.88
Hex73514401E2937111a24
Octal1631211040365167213244
Binary1110011101000110001000111101010011101111000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735144; }

 p { color: rgb(115,81,68); }

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

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

 a { background-color: rgb(115,81,68); }

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

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

 span { border-color: rgb(115,81,68); }

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