Html Css Color HEX #705E59 Dorado

📋 copy color: '#705E59'

red 112 ◦ green 94 ◦ blue 89

#705E59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dorado #705E59

Tints of Dorado #705E59

RGB

 RED value IS 112 (44.14% from 255) = 37.97%

 GREEN value IS 94 (37.11% from 255) = 31.86%

 BLUE value IS 89 (35.16% from 255) = 30.17%

R = 37.97%
G = 31.86%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#705E59 (or 0x705E59) is known color: Dorado. HEX triplet: 70, 5E and 59. RGB value is (112,94,89). Sum of RGB (Red+Green+Blue) = 112+94+89=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #705E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705E59 is #8FA1A6. Grayscale: #626262. Windows color (decimal): -9413031 or 5856880. OLE color: 5856880.

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

Color convert

RGB 112 94 89 -
CMYK 0 0.16 0.21 0.56
HSL 13.04º 0.11% 0.39% -
HSV(B) 13.04º 0.21% 0.44% -
XYZ 12.49 12.17 11.14 -
YUV 98.81 122.46 137.41 -
System Red Green Blue C M Y K H S L
Decimal 112 94 89 0 0.16 0.21 0.56 13.04 0.11 0.39
Hex 70 5E 59 0 10 15 38 D B 27
Octal 160 136 131 0 20 25 70 15 13 47
Binary 1110000 1011110 1011001 0 10000 10101 111000 1101 1011 100111

Color Harmonies of #705E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705E59

Black with #705E59

Text Example


Text Example

White with #705E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,94,89); }

 H1.HeaderClassName
 {
   color: #705E59;
 }
 .AnyTagClassName
 {
   color: #705E59;
 }
</style>

background-color css

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

 a { background-color: rgb(112,94,89); }

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

border-color css

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

 span { border-color: rgb(112,94,89); }

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