#705247

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

Shades of Spice #705247

Tints of Spice #705247

Color information

#705247 (or 0x705247) is unknown color: approx Spice. HEX triplet: 70, 52 and 47. RGB value is (112,82,71). Sum of RGB (Red+Green+Blue) = 112+82+71=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #705247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705247 is #8FADB8. Grayscale: #595959. Windows color (decimal): -9416121 or 4674160. OLE color: 4674160.

HSL color Cylindrical-coordinate representation of color #705247: 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.37%. Process color model (Four color, CMYK) of #705247 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB1128271-
CMYK00.270.370.56
HSL16.1º22.4%35.88%-
HSV(B)16.1º36.61%43.92%-
XYZ10.849.937.31-
YUV89.72117.44143.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 71 (28.12% from 255) = 26.79%
R=42.26%
G=30.94%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112827100.270.370.5616.122.435.88
Hex70524701B2538101624
Octal1601221070334570202644
Binary1110000101001010001110110111001011110001000010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705247; }

 p { color: rgb(112,82,71); }

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

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

 a { background-color: rgb(112,82,71); }

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

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

 span { border-color: rgb(112,82,71); }

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