#725145

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

Shades of Spice #725145

Tints of Spice #725145

Color information

#725145 (or 0x725145) is unknown color: approx Spice. HEX triplet: 72, 51 and 45. RGB value is (114,81,69). Sum of RGB (Red+Green+Blue) = 114+81+69=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #725145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725145 is #8DAEBA. Grayscale: #595959. Windows color (decimal): -9285307 or 4542834. OLE color: 4542834.

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

Color convert

RGB1148169-
CMYK00.290.390.55
HSL16º24.59%35.88%-
HSV(B)16º39.47%44.71%-
XYZ10.969.896.96-
YUV89.5116.43145.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.18%
GREEN value IS 81 (32.03% from 255) = 30.68%
BLUE value IS 69 (27.34% from 255) = 26.14%
R=43.18%
G=30.68%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114816900.290.390.551624.5935.88
Hex72514501D2737101924
Octal1621211050354767203144
Binary1110010101000110001010111011001111101111000011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725145; }

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

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

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

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

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

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

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

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