#704E42

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

Shades of Spice #704E42

Tints of Spice #704E42

Color information

#704E42 (or 0x704E42) is unknown color: approx Spice. HEX triplet: 70, 4E and 42. RGB value is (112,78,66). Sum of RGB (Red+Green+Blue) = 112+78+66=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #704E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E42 is #8FB1BD. Grayscale: #565656. Windows color (decimal): -9417150 or 4345456. OLE color: 4345456.

HSL color Cylindrical-coordinate representation of color #704E42: hue angle of 15.65º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #704E42 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1127866-
CMYK00.300.410.56
HSL15.65º25.84%34.9%-
HSV(B)15.65º41.07%43.92%-
XYZ10.399.296.4-
YUV86.8116.26145.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.75%
GREEN value IS 78 (30.86% from 255) = 30.47%
BLUE value IS 66 (26.17% from 255) = 25.78%
R=43.75%
G=30.47%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112786600.300.410.5615.6525.8434.9
Hex704E4201E2938101a23
Octal1601161020365170203243
Binary1110000100111010000100111101010011110001000011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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