#705C56

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

Shades of Dorado #705C56

Tints of Dorado #705C56

Color information

#705C56 (or 0x705C56) is unknown color: approx Dorado. HEX triplet: 70, 5C and 56. RGB value is (112,92,86). Sum of RGB (Red+Green+Blue) = 112+92+86=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #705C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C56 is #8FA3A9. Grayscale: #616161. Windows color (decimal): -9413546 or 5659760. OLE color: 5659760.

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

Color convert

RGB1129286-
CMYK00.180.230.56
HSL13.85º13.13%38.82%-
HSV(B)13.85º23.21%43.92%-
XYZ12.1911.7710.43-
YUV97.3121.63138.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 92 (36.33% from 255) = 31.72%
BLUE value IS 86 (33.98% from 255) = 29.66%
R=38.62%
G=31.72%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112928600.180.230.5613.8513.1338.82
Hex705C560121738ed27
Octal1601341260222770161547
Binary1110000101110010101100100101011111100011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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