#725248

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

Shades of Spice #725248

Tints of Spice #725248

Color information

#725248 (or 0x725248) is unknown color: approx Spice. HEX triplet: 72, 52 and 48. RGB value is (114,82,72). Sum of RGB (Red+Green+Blue) = 114+82+72=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 114 - color contains mainly: red. Hex color #725248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725248 is #8DADB7. Grayscale: #5A5A5A. Windows color (decimal): -9285048 or 4739698. OLE color: 4739698.

HSL color Cylindrical-coordinate representation of color #725248: hue angle of 14.29º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #725248 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB1148272-
CMYK00.280.370.55
HSL14.29º22.58%36.47%-
HSV(B)14.29º36.84%44.71%-
XYZ11.1310.087.49-
YUV90.43117.6144.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.54%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 72 (28.52% from 255) = 26.87%
R=42.54%
G=30.60%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114827200.280.370.5514.2922.5836.47
Hex72524801C2537e1724
Octal1621221100344567162744
Binary111001010100101001000011100100101110111111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725248; }

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

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

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

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

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

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

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

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