Html Css Color HEX #705D55 Dorado

📋 copy color: '#705D55'

red 112 ◦ green 93 ◦ blue 85

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

Shades of Dorado #705D55

Tints of Dorado #705D55

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.07%

 BLUE value IS 85 (33.59% from 255) = 29.31%

R = 38.62%
G = 32.07%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#705D55 (or 0x705D55) is known color: Dorado. HEX triplet: 70, 5D and 55. RGB value is (112,93,85). Sum of RGB (Red+Green+Blue) = 112+93+85=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #705D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D55 is #8FA2AA. Grayscale: #616161. Windows color (decimal): -9413291 or 5594480. OLE color: 5594480.

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

Color convert

RGB 112 93 85 -
CMYK 0 0.17 0.24 0.56
HSL 17.78º 0.14% 0.39% -
HSV(B) 17.78º 0.24% 0.44% -
XYZ 12.24 11.93 10.25 -
YUV 97.77 120.79 138.15 -
System Red Green Blue C M Y K H S L
Decimal 112 93 85 0 0.17 0.24 0.56 17.78 0.14 0.39
Hex 70 5D 55 0 11 18 38 12 E 27
Octal 160 135 125 0 21 30 70 22 16 47
Binary 1110000 1011101 1010101 0 10001 11000 111000 10010 1110 100111

Color Harmonies of #705D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D55

Black with #705D55

Text Example


Text Example

White with #705D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,93,85); }

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

background-color css

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

 a { background-color: rgb(112,93,85); }

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

border-color css

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

 span { border-color: rgb(112,93,85); }

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