#735246

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

Shades of Spice #735246

Tints of Spice #735246

Color information

#735246 (or 0x735246) is unknown color: approx Spice. HEX triplet: 73, 52 and 46. RGB value is (115,82,70). Sum of RGB (Red+Green+Blue) = 115+82+70=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #735246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735246 is #8CADB9. Grayscale: #5A5A5A. Windows color (decimal): -9219514 or 4608627. OLE color: 4608627.

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

Color convert

RGB1158270-
CMYK00.290.390.55
HSL16º24.32%36.27%-
HSV(B)16º39.13%45.1%-
XYZ11.1910.127.16-
YUV90.5116.43145.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.07%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 70 (27.73% from 255) = 26.22%
R=43.07%
G=30.71%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115827000.290.390.551624.3236.27
Hex73524601D2737101824
Octal1631221060354767203044
Binary1110011101001010001100111011001111101111000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735246; }

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

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

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

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

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

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

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

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