#715344

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

Shades of Spice #715344

Tints of Spice #715344

Color information

#715344 (or 0x715344) is unknown color: approx Spice. HEX triplet: 71, 53 and 44. RGB value is (113,83,68). Sum of RGB (Red+Green+Blue) = 113+83+68=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #715344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715344 is #8EACBB. Grayscale: #5A5A5A. Windows color (decimal): -9350332 or 4477809. OLE color: 4477809.

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

Color convert

RGB1138368-
CMYK00.270.400.56
HSL20º24.86%35.49%-
HSV(B)20º39.82%44.31%-
XYZ10.9510.116.84-
YUV90.26115.44144.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.80%
GREEN value IS 83 (32.81% from 255) = 31.44%
BLUE value IS 68 (26.95% from 255) = 25.76%
R=42.80%
G=31.44%
B=25.76%

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
Decimal113836800.270.400.562024.8635.49
Hex71534401B2838141923
Octal1611231040335070243143
Binary1110001101001110001000110111010001110001010011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715344; }

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

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

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

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

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

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

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

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