Html Css Color HEX #705D51 Dorado

📋 copy color: '#705D51'

red 112 ◦ green 93 ◦ blue 81

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

Shades of Dorado #705D51

Tints of Dorado #705D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 28.32%

R = 39.16%
G = 32.52%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#705D51 (or 0x705D51) is known color: Dorado. HEX triplet: 70, 5D and 51. RGB value is (112,93,81). Sum of RGB (Red+Green+Blue) = 112+93+81=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #705D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D51 is #8FA2AE. Grayscale: #616161. Windows color (decimal): -9413295 or 5332336. OLE color: 5332336.

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

Color convert

RGB 112 93 81 -
CMYK 0 0.17 0.28 0.56
HSL 23.23º 0.16% 0.38% -
HSV(B) 23.23º 0.28% 0.44% -
XYZ 12.08 11.87 9.44 -
YUV 97.31 118.79 138.48 -
System Red Green Blue C M Y K H S L
Decimal 112 93 81 0 0.17 0.28 0.56 23.23 0.16 0.38
Hex 70 5D 51 0 11 1C 38 17 10 26
Octal 160 135 121 0 21 34 70 27 20 46
Binary 1110000 1011101 1010001 0 10001 11100 111000 10111 10000 100110

Color Harmonies of #705D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D51

Black with #705D51

Text Example


Text Example

White with #705D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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