#705D4C

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

Shades of Domino #705D4C

Tints of Domino #705D4C

Color information

#705D4C (or 0x705D4C) is unknown color: approx Domino. HEX triplet: 70, 5D and 4C. RGB value is (112,93,76). Sum of RGB (Red+Green+Blue) = 112+93+76=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #705D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705D4C is #8FA2B3. Grayscale: #606060. Windows color (decimal): -9413300 or 5004656. OLE color: 5004656.

HSL color Cylindrical-coordinate representation of color #705D4C: hue angle of 28.33º 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 #705D4C is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1129376-
CMYK00.170.320.56
HSL28.33º19.15%36.86%-
HSV(B)28.33º32.14%43.92%-
XYZ11.911.88.49-
YUV96.74116.29138.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 93 (36.72% from 255) = 33.10%
BLUE value IS 76 (30.08% from 255) = 27.05%
R=39.86%
G=33.10%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112937600.170.320.5628.3319.1536.86
Hex705D4C01120381c1325
Octal1601351140214070342345
Binary1110000101110110011000100011000001110001110010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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