#725246

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

Shades of Spice #725246

Tints of Spice #725246

Color information

#725246 (or 0x725246) is unknown color: approx Spice. HEX triplet: 72, 52 and 46. RGB value is (114,82,70). Sum of RGB (Red+Green+Blue) = 114+82+70=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #725246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725246 is #8DADB9. Grayscale: #5A5A5A. Windows color (decimal): -9285050 or 4608626. OLE color: 4608626.

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

Color convert

RGB1148270-
CMYK00.280.390.55
HSL16.36º23.91%36.08%-
HSV(B)16.36º38.6%44.71%-
XYZ11.0610.057.15-
YUV90.2116.6144.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.86%
GREEN value IS 82 (32.42% from 255) = 30.83%
BLUE value IS 70 (27.73% from 255) = 26.32%
R=42.86%
G=30.83%
B=26.32%

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
Decimal114827000.280.390.5516.3623.9136.08
Hex72524601C2737101824
Octal1621221060344767203044
Binary1110010101001010001100111001001111101111000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725246; }

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

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

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

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

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

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

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

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