#725348

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

Shades of Spice #725348

Tints of Spice #725348

Color information

#725348 (or 0x725348) is unknown color: approx Spice. HEX triplet: 72, 53 and 48. RGB value is (114,83,72). Sum of RGB (Red+Green+Blue) = 114+83+72=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 114 - color contains mainly: red. Hex color #725348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725348 is #8DACB7. Grayscale: #5B5B5B. Windows color (decimal): -9284792 or 4739954. OLE color: 4739954.

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

Color convert

RGB1148372-
CMYK00.270.370.55
HSL15.71º22.58%36.47%-
HSV(B)15.71º36.84%44.71%-
XYZ11.210.237.52-
YUV91.01117.27144.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.38%
GREEN value IS 83 (32.81% from 255) = 30.86%
BLUE value IS 72 (28.52% from 255) = 26.77%
R=42.38%
G=30.86%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114837200.270.370.5515.7122.5836.47
Hex72534801B2537101724
Octal1621231100334567202744
Binary1110010101001110010000110111001011101111000010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725348; }

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

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

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

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

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

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

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

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