#705F55

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

Shades of Dorado #705F55

Tints of Dorado #705F55

Color information

#705F55 (or 0x705F55) is unknown color: approx Dorado. HEX triplet: 70, 5F and 55. RGB value is (112,95,85). Sum of RGB (Red+Green+Blue) = 112+95+85=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #705F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F55 is #8FA0AA. Grayscale: #636363. Windows color (decimal): -9412779 or 5594992. OLE color: 5594992.

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

Color convert

RGB1129585-
CMYK00.150.240.56
HSL22.22º13.71%38.63%-
HSV(B)22.22º24.11%43.92%-
XYZ12.4112.2910.31-
YUV98.94120.13137.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 95 (37.5% from 255) = 32.53%
BLUE value IS 85 (33.59% from 255) = 29.11%
R=38.36%
G=32.53%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112958500.150.240.5622.2213.7138.63
Hex705F550F183816e27
Octal1601371250173070261647
Binary1110000101111110101010111111000111000101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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