Html Css Color HEX #705951 Dorado

📋 copy color: '#705951'

red 112 ◦ green 89 ◦ blue 81

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

Shades of Dorado #705951

Tints of Dorado #705951

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.56%

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

R = 39.72%
G = 31.56%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#705951 (or 0x705951) is known color: Dorado. HEX triplet: 70, 59 and 51. RGB value is (112,89,81). Sum of RGB (Red+Green+Blue) = 112+89+81=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #705951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705951 is #8FA6AE. Grayscale: #5F5F5F. Windows color (decimal): -9414319 or 5331312. OLE color: 5331312.

HSL color Cylindrical-coordinate representation of color #705951: hue angle of 15.48º 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 #705951 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 89 81 -
CMYK 0 0.21 0.28 0.56
HSL 15.48º 0.16% 0.38% -
HSV(B) 15.48º 0.28% 0.44% -
XYZ 11.74 11.18 9.32 -
YUV 94.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 112 89 81 0 0.21 0.28 0.56 15.48 0.16 0.38
Hex 70 59 51 0 15 1C 38 F 10 26
Octal 160 131 121 0 25 34 70 17 20 46
Binary 1110000 1011001 1010001 0 10101 11100 111000 1111 10000 100110

Color Harmonies of #705951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705951

Black with #705951

Text Example


Text Example

White with #705951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705951; }

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

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

background-color css

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

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

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

border-color css

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

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

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