#705C51

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

Shades of Dorado #705C51

Tints of Dorado #705C51

Color information

#705C51 (or 0x705C51) is unknown color: approx Dorado. HEX triplet: 70, 5C and 51. RGB value is (112,92,81). Sum of RGB (Red+Green+Blue) = 112+92+81=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #705C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C51 is #8FA3AE. Grayscale: #606060. Windows color (decimal): -9413551 or 5332080. OLE color: 5332080.

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

Color convert

RGB1129281-
CMYK00.180.280.56
HSL21.29º16.06%37.84%-
HSV(B)21.29º27.68%43.92%-
XYZ11.9911.699.41-
YUV96.73119.13138.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.30%
GREEN value IS 92 (36.33% from 255) = 32.28%
BLUE value IS 81 (32.03% from 255) = 28.42%
R=39.30%
G=32.28%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112928100.180.280.5621.2916.0637.84
Hex705C510121C38151026
Octal1601341210223470252046
Binary111000010111001010001010010111001110001010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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