#725345

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

Shades of Spice #725345

Tints of Spice #725345

Color information

#725345 (or 0x725345) is unknown color: approx Spice. HEX triplet: 72, 53 and 45. RGB value is (114,83,69). Sum of RGB (Red+Green+Blue) = 114+83+69=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #725345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725345 is #8DACBA. Grayscale: #5A5A5A. Windows color (decimal): -9284795 or 4543346. OLE color: 4543346.

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

Color convert

RGB1148369-
CMYK00.270.390.55
HSL18.67º24.59%35.88%-
HSV(B)18.67º39.47%44.71%-
XYZ11.1110.197.01-
YUV90.67115.77144.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.86%
GREEN value IS 83 (32.81% from 255) = 31.20%
BLUE value IS 69 (27.34% from 255) = 25.94%
R=42.86%
G=31.20%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114836900.270.390.5518.6724.5935.88
Hex72534501B2737131924
Octal1621231050334767233144
Binary1110010101001110001010110111001111101111001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725345; }

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

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

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

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

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

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

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

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