#715244

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

Shades of Spice #715244

Tints of Spice #715244

Color information

#715244 (or 0x715244) is unknown color: approx Spice. HEX triplet: 71, 52 and 44. RGB value is (113,82,68). Sum of RGB (Red+Green+Blue) = 113+82+68=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #715244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715244 is #8EADBB. Grayscale: #595959. Windows color (decimal): -9350588 or 4477553. OLE color: 4477553.

HSL color Cylindrical-coordinate representation of color #715244: hue angle of 18.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #715244 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1138268-
CMYK00.270.400.56
HSL18.67º24.86%35.49%-
HSV(B)18.67º39.82%44.31%-
XYZ10.879.966.82-
YUV89.67115.77144.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.97%
GREEN value IS 82 (32.42% from 255) = 31.18%
BLUE value IS 68 (26.95% from 255) = 25.86%
R=42.97%
G=31.18%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113826800.270.400.5618.6724.8635.49
Hex71524401B2838131923
Octal1611221040335070233143
Binary1110001101001010001000110111010001110001001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715244; }

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

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

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

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

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

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

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

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