#725146

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

Shades of Spice #725146

Tints of Spice #725146

Color information

#725146 (or 0x725146) is unknown color: approx Spice. HEX triplet: 72, 51 and 46. RGB value is (114,81,70). Sum of RGB (Red+Green+Blue) = 114+81+70=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #725146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725146 is #8DAEB9. Grayscale: #595959. Windows color (decimal): -9285306 or 4608370. OLE color: 4608370.

HSL color Cylindrical-coordinate representation of color #725146: hue angle of 15º degrees, saturation: 0.24, 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 #725146 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB1148170-
CMYK00.290.390.55
HSL15º23.91%36.08%-
HSV(B)15º38.6%44.71%-
XYZ10.999.97.13-
YUV89.61116.93145.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.02%
GREEN value IS 81 (32.03% from 255) = 30.57%
BLUE value IS 70 (27.73% from 255) = 26.42%
R=43.02%
G=30.57%
B=26.42%

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
Decimal114817000.290.390.551523.9136.08
Hex72514601D2737f1824
Octal1621211060354767173044
Binary111001010100011000110011101100111110111111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725146; }

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

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

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

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

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

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

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

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