#705340

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

Shades of Spice #705340

Tints of Spice #705340

Color information

#705340 (or 0x705340) is unknown color: approx Spice. HEX triplet: 70, 53 and 40. RGB value is (112,83,64). Sum of RGB (Red+Green+Blue) = 112+83+64=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #705340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705340 is #8FACBF. Grayscale: #595959. Windows color (decimal): -9415872 or 4215664. OLE color: 4215664.

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

Color convert

RGB1128364-
CMYK00.260.430.56
HSL23.75º27.27%34.51%-
HSV(B)23.75º42.86%43.92%-
XYZ10.7106.22-
YUV89.51113.61144.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 83 (32.81% from 255) = 32.05%
BLUE value IS 64 (25.39% from 255) = 24.71%
R=43.24%
G=32.05%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112836400.260.430.5623.7527.2734.51
Hex70534001A2B38181b23
Octal1601231000325370303343
Binary1110000101001110000000110101010111110001100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705340; }

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

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

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

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

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

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

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

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