#735143

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

Shades of Spice #735143

Tints of Spice #735143

Color information

#735143 (or 0x735143) is unknown color: approx Spice. HEX triplet: 73, 51 and 43. RGB value is (115,81,67). Sum of RGB (Red+Green+Blue) = 115+81+67=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #735143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735143 is #8CAEBC. Grayscale: #595959. Windows color (decimal): -9219773 or 4411763. OLE color: 4411763.

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

Color convert

RGB1158167-
CMYK00.300.420.55
HSL17.5º26.37%35.69%-
HSV(B)17.5º41.74%45.1%-
XYZ11.039.936.65-
YUV89.57115.26146.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.73%
GREEN value IS 81 (32.03% from 255) = 30.80%
BLUE value IS 67 (26.56% from 255) = 25.48%
R=43.73%
G=30.80%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115816700.300.420.5517.526.3735.69
Hex73514301E2A37121a24
Octal1631211030365267223244
Binary1110011101000110000110111101010101101111001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735143; }

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

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

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

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

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

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

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

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