#705348

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

Shades of Spice #705348

Tints of Spice #705348

Color information

#705348 (or 0x705348) is unknown color: approx Spice. HEX triplet: 70, 53 and 48. RGB value is (112,83,72). Sum of RGB (Red+Green+Blue) = 112+83+72=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #705348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705348 is #8FACB7. Grayscale: #5A5A5A. Windows color (decimal): -9415864 or 4739952. OLE color: 4739952.

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

Color convert

RGB1128372-
CMYK00.260.360.56
HSL16.5º21.74%36.08%-
HSV(B)16.5º35.71%43.92%-
XYZ10.9510.17.5-
YUV90.42117.61143.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 83 (32.81% from 255) = 31.09%
BLUE value IS 72 (28.52% from 255) = 26.97%
R=41.95%
G=31.09%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112837200.260.360.5616.521.7436.08
Hex70534801A2438111624
Octal1601231100324470212644
Binary1110000101001110010000110101001001110001000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705348; }

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

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

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

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

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

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

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

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