#705346

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

Shades of Spice #705346

Tints of Spice #705346

Color information

#705346 (or 0x705346) is unknown color: approx Spice. HEX triplet: 70, 53 and 46. RGB value is (112,83,70). Sum of RGB (Red+Green+Blue) = 112+83+70=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #705346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705346 is #8FACB9. Grayscale: #5A5A5A. Windows color (decimal): -9415866 or 4608880. OLE color: 4608880.

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

Color convert

RGB1128370-
CMYK00.260.380.56
HSL18.57º23.08%35.69%-
HSV(B)18.57º37.5%43.92%-
XYZ10.8810.077.17-
YUV90.19116.61143.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 83 (32.81% from 255) = 31.32%
BLUE value IS 70 (27.73% from 255) = 26.42%
R=42.26%
G=31.32%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112837000.260.380.5618.5723.0835.69
Hex70534601A2638131724
Octal1601231060324670232744
Binary1110000101001110001100110101001101110001001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705346; }

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

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

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

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

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

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

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

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