#735041

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

Shades of Spice #735041

Tints of Spice #735041

Color information

#735041 (or 0x735041) is unknown color: approx Spice. HEX triplet: 73, 50 and 41. RGB value is (115,80,65). Sum of RGB (Red+Green+Blue) = 115+80+65=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #735041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735041 is #8CAFBE. Grayscale: #585858. Windows color (decimal): -9220031 or 4280435. OLE color: 4280435.

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

Color convert

RGB1158065-
CMYK00.300.430.55
HSL18º27.78%35.29%-
HSV(B)18º43.48%45.1%-
XYZ10.899.766.31-
YUV88.76114.6146.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.23%
GREEN value IS 80 (31.64% from 255) = 30.77%
BLUE value IS 65 (25.78% from 255) = 25%
R=44.23%
G=30.77%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115806500.300.430.551827.7835.29
Hex73504101E2B37121c23
Octal1631201010365367223443
Binary1110011101000010000010111101010111101111001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735041; }

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

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

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

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

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

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

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

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