#735046

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

Shades of Spice #735046

Tints of Spice #735046

Color information

#735046 (or 0x735046) is unknown color: approx Spice. HEX triplet: 73, 50 and 46. RGB value is (115,80,70). Sum of RGB (Red+Green+Blue) = 115+80+70=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #735046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735046 is #8CAFB9. Grayscale: #595959. Windows color (decimal): -9220026 or 4608115. OLE color: 4608115.

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

Color convert

RGB1158070-
CMYK00.300.390.55
HSL13.33º24.32%36.27%-
HSV(B)13.33º39.13%45.1%-
XYZ11.049.827.11-
YUV89.32117.1146.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.40%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 70 (27.73% from 255) = 26.42%
R=43.40%
G=30.19%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115807000.300.390.5513.3324.3236.27
Hex73504601E2737d1824
Octal1631201060364767153044
Binary111001110100001000110011110100111110111110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735046; }

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

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

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

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

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

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

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

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