#704F42

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

Shades of Spice #704F42

Tints of Spice #704F42

Color information

#704F42 (or 0x704F42) is unknown color: approx Spice. HEX triplet: 70, 4F and 42. RGB value is (112,79,66). Sum of RGB (Red+Green+Blue) = 112+79+66=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #704F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F42 is #8FB0BD. Grayscale: #575757. Windows color (decimal): -9416894 or 4345712. OLE color: 4345712.

HSL color Cylindrical-coordinate representation of color #704F42: hue angle of 16.96º 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 #704F42 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1127966-
CMYK00.290.410.56
HSL16.96º25.84%34.9%-
HSV(B)16.96º41.07%43.92%-
XYZ10.469.436.42-
YUV87.38115.93145.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 79 (31.25% from 255) = 30.74%
BLUE value IS 66 (26.17% from 255) = 25.68%
R=43.58%
G=30.74%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112796600.290.410.5616.9625.8434.9
Hex704F4201D2938111a23
Octal1601171020355170213243
Binary1110000100111110000100111011010011110001000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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