#705043

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

Shades of Spice #705043

Tints of Spice #705043

Color information

#705043 (or 0x705043) is unknown color: approx Spice. HEX triplet: 70, 50 and 43. RGB value is (112,80,67). Sum of RGB (Red+Green+Blue) = 112+80+67=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 67 (26.56% from 255 or 25.87% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #705043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705043 is #8FAFBC. Grayscale: #585858. Windows color (decimal): -9416637 or 4411504. OLE color: 4411504.

HSL color Cylindrical-coordinate representation of color #705043: hue angle of 17.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #705043 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1128067-
CMYK00.290.400.56
HSL17.33º25.14%35.1%-
HSV(B)17.33º40.18%43.92%-
XYZ10.569.596.6-
YUV88.09116.1145.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 67 (26.56% from 255) = 25.87%
R=43.24%
G=30.89%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112806700.290.400.5617.3325.1435.1
Hex70504301D2838111923
Octal1601201030355070213143
Binary1110000101000010000110111011010001110001000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705043; }

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

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

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

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

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

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

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

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