#715349

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

Shades of Spice #715349

Tints of Spice #715349

Color information

#715349 (or 0x715349) is unknown color: approx Spice. HEX triplet: 71, 53 and 49. RGB value is (113,83,73). Sum of RGB (Red+Green+Blue) = 113+83+73=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #715349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715349 is #8EACB6. Grayscale: #5A5A5A. Windows color (decimal): -9350327 or 4805489. OLE color: 4805489.

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

Color convert

RGB1138373-
CMYK00.270.350.56
HSL15º21.51%36.47%-
HSV(B)15º35.4%44.31%-
XYZ11.1110.187.68-
YUV90.83117.94143.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.01%
GREEN value IS 83 (32.81% from 255) = 30.86%
BLUE value IS 73 (28.91% from 255) = 27.14%
R=42.01%
G=30.86%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113837300.270.350.561521.5136.47
Hex71534901B2338f1624
Octal1611231110334370172644
Binary111000110100111001001011011100011111000111110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715349; }

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

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

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

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

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

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

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

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