#705146

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

Shades of Spice #705146

Tints of Spice #705146

Color information

#705146 (or 0x705146) is unknown color: approx Spice. HEX triplet: 70, 51 and 46. RGB value is (112,81,70). Sum of RGB (Red+Green+Blue) = 112+81+70=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #705146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705146 is #8FAEB9. Grayscale: #595959. Windows color (decimal): -9416378 or 4608368. OLE color: 4608368.

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

Color convert

RGB1128170-
CMYK00.280.380.56
HSL15.71º23.08%35.69%-
HSV(B)15.71º37.5%43.92%-
XYZ10.739.777.11-
YUV89.02117.27144.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.59%
GREEN value IS 81 (32.03% from 255) = 30.80%
BLUE value IS 70 (27.73% from 255) = 26.62%
R=42.59%
G=30.80%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112817000.280.380.5615.7123.0835.69
Hex70514601C2638101724
Octal1601211060344670202744
Binary1110000101000110001100111001001101110001000010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705146; }

 p { color: rgb(112,81,70); }

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

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

 a { background-color: rgb(112,81,70); }

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

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

 span { border-color: rgb(112,81,70); }

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