#725243

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

Shades of Spice #725243

Tints of Spice #725243

Color information

#725243 (or 0x725243) is unknown color: approx Spice. HEX triplet: 72, 52 and 43. RGB value is (114,82,67). Sum of RGB (Red+Green+Blue) = 114+82+67=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #725243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725243 is #8DADBC. Grayscale: #595959. Windows color (decimal): -9285053 or 4412018. OLE color: 4412018.

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

Color convert

RGB1148267-
CMYK00.280.410.55
HSL19.15º25.97%35.49%-
HSV(B)19.15º41.23%44.71%-
XYZ10.9710.026.67-
YUV89.86115.1145.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.35%
GREEN value IS 82 (32.42% from 255) = 31.18%
BLUE value IS 67 (26.56% from 255) = 25.48%
R=43.35%
G=31.18%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114826700.280.410.5519.1525.9735.49
Hex72524301C2937131a23
Octal1621221030345167233243
Binary1110010101001010000110111001010011101111001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725243; }

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

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

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

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

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

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

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

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