#705C4E

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

Shades of Domino #705C4E

Tints of Domino #705C4E

Color information

#705C4E (or 0x705C4E) is unknown color: approx Domino. HEX triplet: 70, 5C and 4E. RGB value is (112,92,78). Sum of RGB (Red+Green+Blue) = 112+92+78=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #705C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C4E is #8FA3B1. Grayscale: #606060. Windows color (decimal): -9413554 or 5135472. OLE color: 5135472.

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

Color convert

RGB1129278-
CMYK00.180.300.56
HSL24.71º17.89%37.25%-
HSV(B)24.71º30.36%43.92%-
XYZ11.8811.658.83-
YUV96.38117.63139.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.72%
GREEN value IS 92 (36.33% from 255) = 32.62%
BLUE value IS 78 (30.86% from 255) = 27.66%
R=39.72%
G=32.62%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112927800.180.300.5624.7117.8937.25
Hex705C4E0121E38191225
Octal1601341160223670312245
Binary111000010111001001110010010111101110001100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,92,78); }

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

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

 a { background-color: rgb(112,92,78); }

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

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

 span { border-color: rgb(112,92,78); }

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