#705A4B

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

Shades of Domino #705A4B

Tints of Domino #705A4B

Color information

#705A4B (or 0x705A4B) is unknown color: approx Domino. HEX triplet: 70, 5A and 4B. RGB value is (112,90,75). Sum of RGB (Red+Green+Blue) = 112+90+75=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #705A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A4B is #8FA5B4. Grayscale: #5E5E5E. Windows color (decimal): -9414069 or 4938352. OLE color: 4938352.

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

Color convert

RGB1129075-
CMYK00.200.330.56
HSL24.32º19.79%36.67%-
HSV(B)24.32º33.04%43.92%-
XYZ11.6111.278.22-
YUV94.87116.79140.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 90 (35.55% from 255) = 32.49%
BLUE value IS 75 (29.69% from 255) = 27.08%
R=40.43%
G=32.49%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112907500.200.330.5624.3219.7936.67
Hex705A4B0142138181425
Octal1601321130244170302445
Binary1110000101101010010110101001000011110001100010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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