Html Css Color HEX #705950 Dorado

📋 copy color: '#705950'

red 112 ◦ green 89 ◦ blue 80

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

Shades of Dorado #705950

Tints of Dorado #705950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.47%

R = 39.86%
G = 31.67%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#705950 (or 0x705950) is known color: Dorado. HEX triplet: 70, 59 and 50. RGB value is (112,89,80). Sum of RGB (Red+Green+Blue) = 112+89+80=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #705950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705950 is #8FA6AF. Grayscale: #5E5E5E. Windows color (decimal): -9414320 or 5265776. OLE color: 5265776.

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

Color convert

RGB 112 89 80 -
CMYK 0 0.21 0.29 0.56
HSL 16.88º 0.17% 0.38% -
HSV(B) 16.88º 0.29% 0.44% -
XYZ 11.7 11.17 9.13 -
YUV 94.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 112 89 80 0 0.21 0.29 0.56 16.88 0.17 0.38
Hex 70 59 50 0 15 1D 38 11 11 26
Octal 160 131 120 0 25 35 70 21 21 46
Binary 1110000 1011001 1010000 0 10101 11101 111000 10001 10001 100110

Color Harmonies of #705950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705950

Black with #705950

Text Example


Text Example

White with #705950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705950; }

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

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

background-color css

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

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

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

border-color css

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

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

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