#705040

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

Shades of Spice #705040

Tints of Spice #705040

Color information

#705040 (or 0x705040) is unknown color: approx Spice. HEX triplet: 70, 50 and 40. RGB value is (112,80,64). Sum of RGB (Red+Green+Blue) = 112+80+64=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #705040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705040 is #8FAFBF. Grayscale: #575757. Windows color (decimal): -9416640 or 4214896. OLE color: 4214896.

HSL color Cylindrical-coordinate representation of color #705040: hue angle of 20º 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 #705040 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB1128064-
CMYK00.290.430.56
HSL20º27.27%34.51%-
HSV(B)20º42.86%43.92%-
XYZ10.489.556.14-
YUV87.74114.6145.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.75%
GREEN value IS 80 (31.64% from 255) = 31.25%
BLUE value IS 64 (25.39% from 255) = 25%
R=43.75%
G=31.25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112806400.290.430.562027.2734.51
Hex70504001D2B38141b23
Octal1601201000355370243343
Binary1110000101000010000000111011010111110001010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705040; }

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

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

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

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

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

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

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

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