#725344

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

Shades of Spice #725344

Tints of Spice #725344

Color information

#725344 (or 0x725344) is unknown color: approx Spice. HEX triplet: 72, 53 and 44. RGB value is (114,83,68). Sum of RGB (Red+Green+Blue) = 114+83+68=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #725344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725344 is #8DACBB. Grayscale: #5A5A5A. Windows color (decimal): -9284796 or 4477810. OLE color: 4477810.

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

Color convert

RGB1148368-
CMYK00.270.400.55
HSL19.57º25.27%35.69%-
HSV(B)19.57º40.35%44.71%-
XYZ11.0810.186.85-
YUV90.56115.27144.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.02%
GREEN value IS 83 (32.81% from 255) = 31.32%
BLUE value IS 68 (26.95% from 255) = 25.66%
R=43.02%
G=31.32%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114836800.270.400.5519.5725.2735.69
Hex72534401B2837141924
Octal1621231040335067243144
Binary1110010101001110001000110111010001101111010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725344; }

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

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

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

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

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

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

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

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