#725346

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

Shades of Spice #725346

Tints of Spice #725346

Color information

#725346 (or 0x725346) is unknown color: approx Spice. HEX triplet: 72, 53 and 46. RGB value is (114,83,70). Sum of RGB (Red+Green+Blue) = 114+83+70=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 114 - color contains mainly: red. Hex color #725346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725346 is #8DACB9. Grayscale: #5A5A5A. Windows color (decimal): -9284794 or 4608882. OLE color: 4608882.

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

Color convert

RGB1148370-
CMYK00.270.390.55
HSL17.73º23.91%36.08%-
HSV(B)17.73º38.6%44.71%-
XYZ11.1410.217.18-
YUV90.79116.27144.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.70%
GREEN value IS 83 (32.81% from 255) = 31.09%
BLUE value IS 70 (27.73% from 255) = 26.22%
R=42.70%
G=31.09%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114837000.270.390.5517.7323.9136.08
Hex72534601B2737121824
Octal1621231060334767223044
Binary1110010101001110001100110111001111101111001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725346; }

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

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

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

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

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

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

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

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