#705E4C

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

Shades of Domino #705E4C

Tints of Domino #705E4C

Color information

#705E4C (or 0x705E4C) is unknown color: approx Domino. HEX triplet: 70, 5E and 4C. RGB value is (112,94,76). Sum of RGB (Red+Green+Blue) = 112+94+76=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #705E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705E4C is #8FA1B3. Grayscale: #616161. Windows color (decimal): -9413044 or 5004912. OLE color: 5004912.

HSL color Cylindrical-coordinate representation of color #705E4C: hue angle of 30º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #705E4C is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1129476-
CMYK00.160.320.56
HSL30º19.15%36.86%-
HSV(B)30º32.14%43.92%-
XYZ11.9911.978.52-
YUV97.33115.96138.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.72%
GREEN value IS 94 (37.11% from 255) = 33.33%
BLUE value IS 76 (30.08% from 255) = 26.95%
R=39.72%
G=33.33%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112947600.160.320.563019.1536.86
Hex705E4C01020381e1325
Octal1601361140204070362345
Binary1110000101111010011000100001000001110001111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705E4C; }

 p { color: rgb(112,94,76); }

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

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

 a { background-color: rgb(112,94,76); }

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

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

 span { border-color: rgb(112,94,76); }

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