#705042

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

Shades of Spice #705042

Tints of Spice #705042

Color information

#705042 (or 0x705042) is unknown color: approx Spice. HEX triplet: 70, 50 and 42. RGB value is (112,80,66). Sum of RGB (Red+Green+Blue) = 112+80+66=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #705042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705042 is #8FAFBD. Grayscale: #585858. Windows color (decimal): -9416638 or 4345968. OLE color: 4345968.

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

Color convert

RGB1128066-
CMYK00.290.410.56
HSL18.26º25.84%34.9%-
HSV(B)18.26º41.07%43.92%-
XYZ10.539.586.45-
YUV87.97115.6145.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.41%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 66 (26.17% from 255) = 25.58%
R=43.41%
G=31.01%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112806600.290.410.5618.2625.8434.9
Hex70504201D2938121a23
Octal1601201020355170223243
Binary1110000101000010000100111011010011110001001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705042; }

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

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

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

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

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

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

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

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