#715341

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

Shades of Spice #715341

Tints of Spice #715341

Color information

#715341 (or 0x715341) is unknown color: approx Spice. HEX triplet: 71, 53 and 41. RGB value is (113,83,65). Sum of RGB (Red+Green+Blue) = 113+83+65=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #715341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715341 is #8EACBE. Grayscale: #5A5A5A. Windows color (decimal): -9350335 or 4281201. OLE color: 4281201.

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

Color convert

RGB1138365-
CMYK00.270.420.56
HSL22.5º26.97%34.9%-
HSV(B)22.5º42.48%44.31%-
XYZ10.8610.086.37-
YUV89.92113.94144.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.30%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 65 (25.78% from 255) = 24.90%
R=43.30%
G=31.80%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113836500.270.420.5622.526.9734.9
Hex71534101B2A38171b23
Octal1611231010335270273343
Binary1110001101001110000010110111010101110001011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715341; }

 p { color: rgb(113,83,65); }

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

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

 a { background-color: rgb(113,83,65); }

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

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

 span { border-color: rgb(113,83,65); }

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