#735043

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

Shades of Spice #735043

Tints of Spice #735043

Color information

#735043 (or 0x735043) is unknown color: approx Spice. HEX triplet: 73, 50 and 43. RGB value is (115,80,67). Sum of RGB (Red+Green+Blue) = 115+80+67=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #735043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735043 is #8CAFBC. Grayscale: #595959. Windows color (decimal): -9220029 or 4411507. OLE color: 4411507.

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

Color convert

RGB1158067-
CMYK00.300.420.55
HSL16.25º26.37%35.69%-
HSV(B)16.25º41.74%45.1%-
XYZ10.959.796.62-
YUV88.98115.6146.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.89%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 67 (26.56% from 255) = 25.57%
R=43.89%
G=30.53%
B=25.57%

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
Decimal115806700.300.420.5516.2526.3735.69
Hex73504301E2A37101a24
Octal1631201030365267203244
Binary1110011101000010000110111101010101101111000011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735043; }

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

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

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

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

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

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

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

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