#705240

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

Shades of Spice #705240

Tints of Spice #705240

Color information

#705240 (or 0x705240) is unknown color: approx Spice. HEX triplet: 70, 52 and 40. RGB value is (112,82,64). Sum of RGB (Red+Green+Blue) = 112+82+64=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #705240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705240 is #8FADBF. Grayscale: #595959. Windows color (decimal): -9416128 or 4215408. OLE color: 4215408.

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

Color convert

RGB1128264-
CMYK00.270.430.56
HSL22.5º27.27%34.51%-
HSV(B)22.5º42.86%43.92%-
XYZ10.629.856.19-
YUV88.92113.94144.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.41%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 64 (25.39% from 255) = 24.81%
R=43.41%
G=31.78%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112826400.270.430.5622.527.2734.51
Hex70524001B2B38171b23
Octal1601221000335370273343
Binary1110000101001010000000110111010111110001011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705240; }

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

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

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

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

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

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

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

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