#725144

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

Shades of Spice #725144

Tints of Spice #725144

Color information

#725144 (or 0x725144) is unknown color: approx Spice. HEX triplet: 72, 51 and 44. RGB value is (114,81,68). Sum of RGB (Red+Green+Blue) = 114+81+68=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #725144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725144 is #8DAEBB. Grayscale: #595959. Windows color (decimal): -9285308 or 4477298. OLE color: 4477298.

HSL color Cylindrical-coordinate representation of color #725144: hue angle of 16.96º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #725144 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB1148168-
CMYK00.290.400.55
HSL16.96º25.27%35.69%-
HSV(B)16.96º40.35%44.71%-
XYZ10.939.886.8-
YUV89.38115.93145.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.35%
GREEN value IS 81 (32.03% from 255) = 30.80%
BLUE value IS 68 (26.95% from 255) = 25.86%
R=43.35%
G=30.80%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114816800.290.400.5516.9625.2735.69
Hex72514401D2837111924
Octal1621211040355067213144
Binary1110010101000110001000111011010001101111000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725144; }

 p { color: rgb(114,81,68); }

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

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

 a { background-color: rgb(114,81,68); }

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

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

 span { border-color: rgb(114,81,68); }

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