#705349

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

Shades of Spice #705349

Tints of Spice #705349

Color information

#705349 (or 0x705349) is unknown color: approx Spice. HEX triplet: 70, 53 and 49. RGB value is (112,83,73). Sum of RGB (Red+Green+Blue) = 112+83+73=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #705349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705349 is #8FACB6. Grayscale: #5A5A5A. Windows color (decimal): -9415863 or 4805488. OLE color: 4805488.

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

Color convert

RGB1128373-
CMYK00.260.350.56
HSL15.38º21.08%36.27%-
HSV(B)15.38º34.82%43.92%-
XYZ10.9810.117.68-
YUV90.53118.11143.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 73 (28.91% from 255) = 27.24%
R=41.79%
G=30.97%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112837300.260.350.5615.3821.0836.27
Hex70534901A2338f1524
Octal1601231110324370172544
Binary111000010100111001001011010100011111000111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705349; }

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

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

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

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

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

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

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

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