#734D40

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

Shades of Spice #734D40

Tints of Spice #734D40

Color information

#734D40 (or 0x734D40) is unknown color: approx Spice. HEX triplet: 73, 4D and 40. RGB value is (115,77,64). Sum of RGB (Red+Green+Blue) = 115+77+64=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #734D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734D40 is #8CB2BF. Grayscale: #565656. Windows color (decimal): -9220800 or 4214131. OLE color: 4214131.

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

Color convert

RGB1157764-
CMYK00.330.440.55
HSL15.29º28.49%35.1%-
HSV(B)15.29º44.35%45.1%-
XYZ10.659.326.09-
YUV86.88115.09148.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.92%
GREEN value IS 77 (30.47% from 255) = 30.08%
BLUE value IS 64 (25.39% from 255) = 25%
R=44.92%
G=30.08%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115776400.330.440.5515.2928.4935.1
Hex734D400212C37f1c23
Octal1631151000415467173443
Binary1110011100110110000000100001101100110111111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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