#705142

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

Shades of Spice #705142

Tints of Spice #705142

Color information

#705142 (or 0x705142) is unknown color: approx Spice. HEX triplet: 70, 51 and 42. RGB value is (112,81,66). Sum of RGB (Red+Green+Blue) = 112+81+66=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #705142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705142 is #8FAEBD. Grayscale: #585858. Windows color (decimal): -9416382 or 4346224. OLE color: 4346224.

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

Color convert

RGB1128166-
CMYK00.280.410.56
HSL19.57º25.84%34.9%-
HSV(B)19.57º41.07%43.92%-
XYZ10.619.726.47-
YUV88.56115.27144.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 81 (32.03% from 255) = 31.27%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=43.24%
G=31.27%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112816600.280.410.5619.5725.8434.9
Hex70514201C2938141a23
Octal1601211020345170243243
Binary1110000101000110000100111001010011110001010011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705142; }

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

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

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

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

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

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

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

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