#734F41

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

Shades of Spice #734F41

Tints of Spice #734F41

Color information

#734F41 (or 0x734F41) is unknown color: approx Spice. HEX triplet: 73, 4F and 41. RGB value is (115,79,65). Sum of RGB (Red+Green+Blue) = 115+79+65=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #734F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734F41 is #8CB0BE. Grayscale: #585858. Windows color (decimal): -9220287 or 4280179. OLE color: 4280179.

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

Color convert

RGB1157965-
CMYK00.310.430.55
HSL16.8º27.78%35.29%-
HSV(B)16.8º43.48%45.1%-
XYZ10.829.626.29-
YUV88.17114.93147.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.40%
GREEN value IS 79 (31.25% from 255) = 30.50%
BLUE value IS 65 (25.78% from 255) = 25.10%
R=44.40%
G=30.50%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115796500.310.430.5516.827.7835.29
Hex734F4101F2B37111c23
Octal1631171010375367213443
Binary1110011100111110000010111111010111101111000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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