#735042

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

Shades of Spice #735042

Tints of Spice #735042

Color information

#735042 (or 0x735042) is unknown color: approx Spice. HEX triplet: 73, 50 and 42. RGB value is (115,80,66). Sum of RGB (Red+Green+Blue) = 115+80+66=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #735042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735042 is #8CAFBD. Grayscale: #585858. Windows color (decimal): -9220030 or 4345971. OLE color: 4345971.

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

Color convert

RGB1158066-
CMYK00.300.430.55
HSL17.14º27.07%35.49%-
HSV(B)17.14º42.61%45.1%-
XYZ10.929.786.47-
YUV88.87115.1146.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.06%
GREEN value IS 80 (31.64% from 255) = 30.65%
BLUE value IS 66 (26.17% from 255) = 25.29%
R=44.06%
G=30.65%
B=25.29%

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
Decimal115806600.300.430.5517.1427.0735.49
Hex73504201E2B37111b23
Octal1631201020365367213343
Binary1110011101000010000100111101010111101111000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735042; }

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

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

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

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

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

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

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

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