#705341

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

Shades of Spice #705341

Tints of Spice #705341

Color information

#705341 (or 0x705341) is unknown color: approx Spice. HEX triplet: 70, 53 and 41. RGB value is (112,83,65). Sum of RGB (Red+Green+Blue) = 112+83+65=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #705341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705341 is #8FACBE. Grayscale: #595959. Windows color (decimal): -9415871 or 4281200. OLE color: 4281200.

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

Color convert

RGB1128365-
CMYK00.260.420.56
HSL22.98º26.55%34.71%-
HSV(B)22.98º41.96%43.92%-
XYZ10.7310.016.37-
YUV89.62114.11143.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 65 (25.78% from 255) = 25%
R=43.08%
G=31.92%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112836500.260.420.5622.9826.5534.71
Hex70534101A2A38171b23
Octal1601231010325270273343
Binary1110000101001110000010110101010101110001011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705341; }

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

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

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

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

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

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

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

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