#715246

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

Shades of Spice #715246

Tints of Spice #715246

Color information

#715246 (or 0x715246) is unknown color: approx Spice. HEX triplet: 71, 52 and 46. RGB value is (113,82,70). Sum of RGB (Red+Green+Blue) = 113+82+70=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #715246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715246 is #8EADB9. Grayscale: #595959. Windows color (decimal): -9350586 or 4608625. OLE color: 4608625.

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

Color convert

RGB1138270-
CMYK00.270.380.56
HSL16.74º23.5%35.88%-
HSV(B)16.74º38.05%44.31%-
XYZ10.939.997.15-
YUV89.9116.77144.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.64%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 70 (27.73% from 255) = 26.42%
R=42.64%
G=30.94%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113827000.270.380.5616.7423.535.88
Hex71524601B2638111724
Octal1611221060334670212744
Binary1110001101001010001100110111001101110001000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715246; }

 p { color: rgb(113,82,70); }

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

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

 a { background-color: rgb(113,82,70); }

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

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

 span { border-color: rgb(113,82,70); }

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