#705B4C

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

Shades of Domino #705B4C

Tints of Domino #705B4C

Color information

#705B4C (or 0x705B4C) is unknown color: approx Domino. HEX triplet: 70, 5B and 4C. RGB value is (112,91,76). Sum of RGB (Red+Green+Blue) = 112+91+76=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #705B4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705B4C is #8FA4B3. Grayscale: #5F5F5F. Windows color (decimal): -9413812 or 5004144. OLE color: 5004144.

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

Color convert

RGB1129176-
CMYK00.190.320.56
HSL25º19.15%36.86%-
HSV(B)25º32.14%43.92%-
XYZ11.7311.458.43-
YUV95.57116.96139.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 91 (35.94% from 255) = 32.62%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=40.14%
G=32.62%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112917600.190.320.562519.1536.86
Hex705B4C0132038191325
Octal1601331140234070312345
Binary1110000101101110011000100111000001110001100110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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