#705D55

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

Shades of Dorado #705D55

Tints of Dorado #705D55

Color information

#705D55 (or 0x705D55) is unknown color: approx Dorado. HEX triplet: 70, 5D and 55. RGB value is (112,93,85). Sum of RGB (Red+Green+Blue) = 112+93+85=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #705D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D55 is #8FA2AA. Grayscale: #616161. Windows color (decimal): -9413291 or 5594480. OLE color: 5594480.

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

Color convert

RGB1129385-
CMYK00.170.240.56
HSL17.78º13.71%38.63%-
HSV(B)17.78º24.11%43.92%-
XYZ12.2411.9310.25-
YUV97.77120.79138.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 93 (36.72% from 255) = 32.07%
BLUE value IS 85 (33.59% from 255) = 29.31%
R=38.62%
G=32.07%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112938500.170.240.5617.7813.7138.63
Hex705D55011183812e27
Octal1601351250213070221647
Binary11100001011101101010101000111000111000100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,93,85); }

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

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

 a { background-color: rgb(112,93,85); }

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

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

 span { border-color: rgb(112,93,85); }

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