#735347

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

Shades of Spice #735347

Tints of Spice #735347

Color information

#735347 (or 0x735347) is unknown color: approx Spice. HEX triplet: 73, 53 and 47. RGB value is (115,83,71). Sum of RGB (Red+Green+Blue) = 115+83+71=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 115 - color contains mainly: red. Hex color #735347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735347 is #8CACB8. Grayscale: #5B5B5B. Windows color (decimal): -9219257 or 4674419. OLE color: 4674419.

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

Color convert

RGB1158371-
CMYK00.280.380.55
HSL16.36º23.66%36.47%-
HSV(B)16.36º38.26%45.1%-
XYZ11.310.297.35-
YUV91.2116.6144.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.75%
GREEN value IS 83 (32.81% from 255) = 30.86%
BLUE value IS 71 (28.12% from 255) = 26.39%
R=42.75%
G=30.86%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115837100.280.380.5516.3623.6636.47
Hex73534701C2637101824
Octal1631231070344667203044
Binary1110011101001110001110111001001101101111000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735347; }

 p { color: rgb(115,83,71); }

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

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

 a { background-color: rgb(115,83,71); }

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

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

 span { border-color: rgb(115,83,71); }

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