#734D41

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

Shades of Spice #734D41

Tints of Spice #734D41

Color information

#734D41 (or 0x734D41) is unknown color: approx Spice. HEX triplet: 73, 4D and 41. RGB value is (115,77,65). Sum of RGB (Red+Green+Blue) = 115+77+65=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #734D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734D41 is #8CB2BE. Grayscale: #575757. Windows color (decimal): -9220799 or 4279667. OLE color: 4279667.

HSL color Cylindrical-coordinate representation of color #734D41: hue angle of 14.4º 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 #734D41 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB1157765-
CMYK00.330.430.55
HSL14.4º27.78%35.29%-
HSV(B)14.4º43.48%45.1%-
XYZ10.689.336.24-
YUV86.99115.59147.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.75%
GREEN value IS 77 (30.47% from 255) = 29.96%
BLUE value IS 65 (25.78% from 255) = 25.29%
R=44.75%
G=29.96%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115776500.330.430.5514.427.7835.29
Hex734D410212B37e1c23
Octal1631151010415367163443
Binary1110011100110110000010100001101011110111111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734D41; }

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

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

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

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

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

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

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

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