#705E4B

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

Shades of Domino #705E4B

Tints of Domino #705E4B

Color information

#705E4B (or 0x705E4B) is unknown color: approx Domino. HEX triplet: 70, 5E and 4B. RGB value is (112,94,75). Sum of RGB (Red+Green+Blue) = 112+94+75=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #705E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705E4B is #8FA1B4. Grayscale: #616161. Windows color (decimal): -9413045 or 4939376. OLE color: 4939376.

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

Color convert

RGB1129475-
CMYK00.160.330.56
HSL30.81º19.79%36.67%-
HSV(B)30.81º33.04%43.92%-
XYZ11.9511.968.33-
YUV97.22115.46138.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 94 (37.11% from 255) = 33.45%
BLUE value IS 75 (29.69% from 255) = 26.69%
R=39.86%
G=33.45%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112947500.160.330.5630.8119.7936.67
Hex705E4B01021381f1425
Octal1601361130204170372445
Binary1110000101111010010110100001000011110001111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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