#715348

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

Shades of Spice #715348

Tints of Spice #715348

Color information

#715348 (or 0x715348) is unknown color: approx Spice. HEX triplet: 71, 53 and 48. RGB value is (113,83,72). Sum of RGB (Red+Green+Blue) = 113+83+72=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #715348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715348 is #8EACB7. Grayscale: #5A5A5A. Windows color (decimal): -9350328 or 4739953. OLE color: 4739953.

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

Color convert

RGB1138372-
CMYK00.270.360.56
HSL16.1º22.16%36.27%-
HSV(B)16.1º36.28%44.31%-
XYZ11.0710.177.51-
YUV90.72117.44143.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.16%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 72 (28.52% from 255) = 26.87%
R=42.16%
G=30.97%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113837200.270.360.5616.122.1636.27
Hex71534801B2438101624
Octal1611231100334470202644
Binary1110001101001110010000110111001001110001000010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715348; }

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

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

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

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

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

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

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

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