#704D43

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

Shades of Spice #704D43

Tints of Spice #704D43

Color information

#704D43 (or 0x704D43) is unknown color: approx Spice. HEX triplet: 70, 4D and 43. RGB value is (112,77,67). Sum of RGB (Red+Green+Blue) = 112+77+67=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #704D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D43 is #8FB2BC. Grayscale: #565656. Windows color (decimal): -9417405 or 4410736. OLE color: 4410736.

HSL color Cylindrical-coordinate representation of color #704D43: hue angle of 13.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 #704D43 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1127767-
CMYK00.310.400.56
HSL13.33º25.14%35.1%-
HSV(B)13.33º40.18%43.92%-
XYZ10.359.166.53-
YUV86.32117.1146.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.75%
GREEN value IS 77 (30.47% from 255) = 30.08%
BLUE value IS 67 (26.56% from 255) = 26.17%
R=43.75%
G=30.08%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112776700.310.400.5613.3325.1435.1
Hex704D4301F2838d1923
Octal1601151030375070153143
Binary111000010011011000011011111101000111000110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704D43; }

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

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

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

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

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

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

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

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