#73544A

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

Shades of Spice #73544A

Tints of Spice #73544A

Color information

#73544A (or 0x73544A) is unknown color: approx Spice. HEX triplet: 73, 54 and 4A. RGB value is (115,84,74). Sum of RGB (Red+Green+Blue) = 115+84+74=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #73544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73544A is #8CABB5. Grayscale: #5C5C5C. Windows color (decimal): -9218998 or 4871283. OLE color: 4871283.

HSL color Cylindrical-coordinate representation of color #73544A: hue angle of 14.63º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73544A is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1158474-
CMYK00.270.360.55
HSL14.63º21.69%37.06%-
HSV(B)14.63º35.65%45.1%-
XYZ11.4810.487.9-
YUV92.13117.77144.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.12%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 74 (29.30% from 255) = 27.11%
R=42.12%
G=30.77%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115847400.270.360.5514.6321.6937.06
Hex73544A01B2437f1625
Octal1631241120334467172645
Binary111001110101001001010011011100100110111111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73544A; }

 p { color: rgb(115,84,74); }

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

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

 a { background-color: rgb(115,84,74); }

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

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

 span { border-color: rgb(115,84,74); }

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