#735245

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

Shades of Spice #735245

Tints of Spice #735245

Color information

#735245 (or 0x735245) is unknown color: approx Spice. HEX triplet: 73, 52 and 45. RGB value is (115,82,69). Sum of RGB (Red+Green+Blue) = 115+82+69=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #735245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735245 is #8CADBA. Grayscale: #5A5A5A. Windows color (decimal): -9219515 or 4543091. OLE color: 4543091.

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

Color convert

RGB1158269-
CMYK00.290.40.55
HSL16.96º25%36.08%-
HSV(B)16.96º40%45.1%-
XYZ11.1610.116.99-
YUV90.38115.93145.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.23%
GREEN value IS 82 (32.42% from 255) = 30.83%
BLUE value IS 69 (27.34% from 255) = 25.94%
R=43.23%
G=30.83%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.4
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115826900.290.40.5516.962536.08
Hex73524501D2837111924
Octal1631221050355067213144
Binary1110011101001010001010111011010001101111000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735245; }

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

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

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

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

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

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

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

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