Html Css Color HEX #705E54 Dorado

📋 copy color: '#705E54'

red 112 ◦ green 94 ◦ blue 84

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

Shades of Dorado #705E54

Tints of Dorado #705E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.97%

R = 38.62%
G = 32.41%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#705E54 (or 0x705E54) is known color: Dorado. HEX triplet: 70, 5E and 54. RGB value is (112,94,84). Sum of RGB (Red+Green+Blue) = 112+94+84=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 84 (33.20% from 255 or 28.97% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #705E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705E54 is #8FA1AB. Grayscale: #626262. Windows color (decimal): -9413036 or 5529200. OLE color: 5529200.

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

Color convert

RGB 112 94 84 -
CMYK 0 0.16 0.25 0.56
HSL 21.43º 0.14% 0.38% -
HSV(B) 21.43º 0.25% 0.44% -
XYZ 12.29 12.09 10.07 -
YUV 98.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 112 94 84 0 0.16 0.25 0.56 21.43 0.14 0.38
Hex 70 5E 54 0 10 19 38 15 E 26
Octal 160 136 124 0 20 31 70 25 16 46
Binary 1110000 1011110 1010100 0 10000 11001 111000 10101 1110 100110

Color Harmonies of #705E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705E54

Black with #705E54

Text Example


Text Example

White with #705E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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