#715245

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

Shades of Spice #715245

Tints of Spice #715245

Color information

#715245 (or 0x715245) is unknown color: approx Spice. HEX triplet: 71, 52 and 45. RGB value is (113,82,69). Sum of RGB (Red+Green+Blue) = 113+82+69=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #715245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715245 is #8EADBA. Grayscale: #595959. Windows color (decimal): -9350587 or 4543089. OLE color: 4543089.

HSL color Cylindrical-coordinate representation of color #715245: hue angle of 17.73º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #715245 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB1138269-
CMYK00.270.390.56
HSL17.73º24.18%35.69%-
HSV(B)17.73º38.94%44.31%-
XYZ10.99.976.98-
YUV89.79116.27144.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.80%
GREEN value IS 82 (32.42% from 255) = 31.06%
BLUE value IS 69 (27.34% from 255) = 26.14%
R=42.80%
G=31.06%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113826900.270.390.5617.7324.1835.69
Hex71524501B2738121824
Octal1611221050334770223044
Binary1110001101001010001010110111001111110001001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715245; }

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

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

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

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

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

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

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

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