#704E40

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

Shades of Spice #704E40

Tints of Spice #704E40

Color information

#704E40 (or 0x704E40) is unknown color: approx Spice. HEX triplet: 70, 4E and 40. RGB value is (112,78,64). Sum of RGB (Red+Green+Blue) = 112+78+64=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #704E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E40 is #8FB1BF. Grayscale: #565656. Windows color (decimal): -9417152 or 4214384. OLE color: 4214384.

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

Color convert

RGB1127864-
CMYK00.300.430.56
HSL17.5º27.27%34.51%-
HSV(B)17.5º42.86%43.92%-
XYZ10.339.266.09-
YUV86.57115.26146.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.09%
GREEN value IS 78 (30.86% from 255) = 30.71%
BLUE value IS 64 (25.39% from 255) = 25.20%
R=44.09%
G=30.71%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112786400.300.430.5617.527.2734.51
Hex704E4001E2B38121b23
Octal1601161000365370223343
Binary1110000100111010000000111101010111110001001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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