#715140

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

Shades of Spice #715140

Tints of Spice #715140

Color information

#715140 (or 0x715140) is unknown color: approx Spice. HEX triplet: 71, 51 and 40. RGB value is (113,81,64). Sum of RGB (Red+Green+Blue) = 113+81+64=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #715140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715140 is #8EAEBF. Grayscale: #585858. Windows color (decimal): -9350848 or 4215153. OLE color: 4215153.

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

Color convert

RGB1138164-
CMYK00.280.430.56
HSL20.82º27.68%34.71%-
HSV(B)20.82º43.36%44.31%-
XYZ10.689.776.17-
YUV88.63114.1145.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.80%
GREEN value IS 81 (32.03% from 255) = 31.40%
BLUE value IS 64 (25.39% from 255) = 24.81%
R=43.80%
G=31.40%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113816400.280.430.5620.8227.6834.71
Hex71514001C2B38151c23
Octal1611211000345370253443
Binary1110001101000110000000111001010111110001010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715140; }

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

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

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

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

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

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

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

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