#705342

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

Shades of Spice #705342

Tints of Spice #705342

Color information

#705342 (or 0x705342) is unknown color: approx Spice. HEX triplet: 70, 53 and 42. RGB value is (112,83,66). Sum of RGB (Red+Green+Blue) = 112+83+66=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #705342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705342 is #8FACBD. Grayscale: #595959. Windows color (decimal): -9415870 or 4346736. OLE color: 4346736.

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

Color convert

RGB1128366-
CMYK00.260.410.56
HSL22.17º25.84%34.9%-
HSV(B)22.17º41.07%43.92%-
XYZ10.7610.026.52-
YUV89.73114.61143.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 66 (26.17% from 255) = 25.29%
R=42.91%
G=31.80%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112836600.260.410.5622.1725.8434.9
Hex70534201A2938161a23
Octal1601231020325170263243
Binary1110000101001110000100110101010011110001011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705342; }

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

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

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

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

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

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

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

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