#705143

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

Shades of Spice #705143

Tints of Spice #705143

Color information

#705143 (or 0x705143) is unknown color: approx Spice. HEX triplet: 70, 51 and 43. RGB value is (112,81,67). Sum of RGB (Red+Green+Blue) = 112+81+67=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #705143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705143 is #8FAEBC. Grayscale: #585858. Windows color (decimal): -9416381 or 4411760. OLE color: 4411760.

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

Color convert

RGB1128167-
CMYK00.280.400.56
HSL18.67º25.14%35.1%-
HSV(B)18.67º40.18%43.92%-
XYZ10.649.736.63-
YUV88.67115.77144.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 81 (32.03% from 255) = 31.15%
BLUE value IS 67 (26.56% from 255) = 25.77%
R=43.08%
G=31.15%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112816700.280.400.5618.6725.1435.1
Hex70514301C2838131923
Octal1601211030345070233143
Binary1110000101000110000110111001010001110001001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705143; }

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

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

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

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

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

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

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

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