#725245

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

Shades of Spice #725245

Tints of Spice #725245

Color information

#725245 (or 0x725245) is unknown color: approx Spice. HEX triplet: 72, 52 and 45. RGB value is (114,82,69). Sum of RGB (Red+Green+Blue) = 114+82+69=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #725245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725245 is #8DADBA. Grayscale: #5A5A5A. Windows color (decimal): -9285051 or 4543090. OLE color: 4543090.

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

Color convert

RGB1148269-
CMYK00.280.390.55
HSL17.33º24.59%35.88%-
HSV(B)17.33º39.47%44.71%-
XYZ11.0310.046.99-
YUV90.09116.1145.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.02%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 69 (27.34% from 255) = 26.04%
R=43.02%
G=30.94%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114826900.280.390.5517.3324.5935.88
Hex72524501C2737111924
Octal1621221050344767213144
Binary1110010101001010001010111001001111101111000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725245; }

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

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

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

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

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

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

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

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