#705345

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

Shades of Spice #705345

Tints of Spice #705345

Color information

#705345 (or 0x705345) is unknown color: approx Spice. HEX triplet: 70, 53 and 45. RGB value is (112,83,69). Sum of RGB (Red+Green+Blue) = 112+83+69=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #705345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705345 is #8FACBA. Grayscale: #5A5A5A. Windows color (decimal): -9415867 or 4543344. OLE color: 4543344.

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

Color convert

RGB1128369-
CMYK00.260.380.56
HSL19.53º23.76%35.49%-
HSV(B)19.53º38.39%43.92%-
XYZ10.8510.067-
YUV90.08116.11143.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.42%
GREEN value IS 83 (32.81% from 255) = 31.44%
BLUE value IS 69 (27.34% from 255) = 26.14%
R=42.42%
G=31.44%
B=26.14%

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
Decimal112836900.260.380.5619.5323.7635.49
Hex70534501A2638141823
Octal1601231050324670243043
Binary1110000101001110001010110101001101110001010011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705345; }

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

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

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

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

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

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

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

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