#705141

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

Shades of Spice #705141

Tints of Spice #705141

Color information

#705141 (or 0x705141) is unknown color: approx Spice. HEX triplet: 70, 51 and 41. RGB value is (112,81,65). Sum of RGB (Red+Green+Blue) = 112+81+65=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #705141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705141 is #8FAEBE. Grayscale: #585858. Windows color (decimal): -9416383 or 4280688. OLE color: 4280688.

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

Color convert

RGB1128165-
CMYK00.280.420.56
HSL20.43º26.55%34.71%-
HSV(B)20.43º41.96%43.92%-
XYZ10.589.716.32-
YUV88.44114.77144.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.41%
GREEN value IS 81 (32.03% from 255) = 31.40%
BLUE value IS 65 (25.78% from 255) = 25.19%
R=43.41%
G=31.40%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112816500.280.420.5620.4326.5534.71
Hex70514101C2A38141b23
Octal1601211010345270243343
Binary1110000101000110000010111001010101110001010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705141; }

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

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

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

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

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

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

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

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