#725143

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

Shades of Spice #725143

Tints of Spice #725143

Color information

#725143 (or 0x725143) is unknown color: approx Spice. HEX triplet: 72, 51 and 43. RGB value is (114,81,67). Sum of RGB (Red+Green+Blue) = 114+81+67=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #725143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725143 is #8DAEBC. Grayscale: #595959. Windows color (decimal): -9285309 or 4411762. OLE color: 4411762.

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

Color convert

RGB1148167-
CMYK00.290.410.55
HSL17.87º25.97%35.49%-
HSV(B)17.87º41.23%44.71%-
XYZ10.899.876.64-
YUV89.27115.43145.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 67 (26.56% from 255) = 25.57%
R=43.51%
G=30.92%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114816700.290.410.5517.8725.9735.49
Hex72514301D2937121a23
Octal1621211030355167223243
Binary1110010101000110000110111011010011101111001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725143; }

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

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

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

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

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

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

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

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