#705A4F

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

Shades of Dorado #705A4F

Tints of Dorado #705A4F

Color information

#705A4F (or 0x705A4F) is unknown color: approx Dorado. HEX triplet: 70, 5A and 4F. RGB value is (112,90,79). Sum of RGB (Red+Green+Blue) = 112+90+79=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #705A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A4F is #8FA5B0. Grayscale: #5F5F5F. Windows color (decimal): -9414065 or 5200496. OLE color: 5200496.

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

Color convert

RGB1129079-
CMYK00.200.290.56
HSL20º17.28%37.45%-
HSV(B)20º29.46%43.92%-
XYZ11.7511.328.96-
YUV95.32118.79139.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 90 (35.55% from 255) = 32.03%
BLUE value IS 79 (31.25% from 255) = 28.11%
R=39.86%
G=32.03%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112907900.200.290.562017.2837.45
Hex705A4F0141D38141125
Octal1601321170243570242145
Binary111000010110101001111010100111011110001010010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,90,79); }

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

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

 a { background-color: rgb(112,90,79); }

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

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

 span { border-color: rgb(112,90,79); }

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