#715144

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

Shades of Spice #715144

Tints of Spice #715144

Color information

#715144 (or 0x715144) is unknown color: approx Spice. HEX triplet: 71, 51 and 44. RGB value is (113,81,68). Sum of RGB (Red+Green+Blue) = 113+81+68=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #715144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715144 is #8EAEBB. Grayscale: #595959. Windows color (decimal): -9350844 or 4477297. OLE color: 4477297.

HSL color Cylindrical-coordinate representation of color #715144: hue angle of 17.33º 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 #715144 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1138168-
CMYK00.280.400.56
HSL17.33º24.86%35.49%-
HSV(B)17.33º39.82%44.31%-
XYZ10.89.816.79-
YUV89.09116.1145.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 68 (26.95% from 255) = 25.95%
R=43.13%
G=30.92%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113816800.280.400.5617.3324.8635.49
Hex71514401C2838111923
Octal1611211040345070213143
Binary1110001101000110001000111001010001110001000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715144; }

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

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

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

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

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

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

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

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