#705A4E

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

Shades of Dorado #705A4E

Tints of Dorado #705A4E

Color information

#705A4E (or 0x705A4E) is unknown color: approx Dorado. HEX triplet: 70, 5A and 4E. RGB value is (112,90,78). Sum of RGB (Red+Green+Blue) = 112+90+78=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #705A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A4E is #8FA5B1. Grayscale: #5F5F5F. Windows color (decimal): -9414066 or 5134960. OLE color: 5134960.

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

Color convert

RGB1129078-
CMYK00.200.300.56
HSL21.18º17.89%37.25%-
HSV(B)21.18º30.36%43.92%-
XYZ11.7111.318.77-
YUV95.21118.29139.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40%
GREEN value IS 90 (35.55% from 255) = 32.14%
BLUE value IS 78 (30.86% from 255) = 27.86%
R=40%
G=32.14%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112907800.200.300.5621.1817.8937.25
Hex705A4E0141E38151225
Octal1601321160243670252245
Binary111000010110101001110010100111101110001010110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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