Html Css Color HEX #705A50 Dorado

📋 copy color: '#705A50'

red 112 ◦ green 90 ◦ blue 80

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

Shades of Dorado #705A50

Tints of Dorado #705A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.91%

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

R = 39.72%
G = 31.91%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#705A50 (or 0x705A50) is known color: Dorado. HEX triplet: 70, 5A and 50. RGB value is (112,90,80). Sum of RGB (Red+Green+Blue) = 112+90+80=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #705A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A50 is #8FA5AF. Grayscale: #5F5F5F. Windows color (decimal): -9414064 or 5266032. OLE color: 5266032.

HSL color Cylindrical-coordinate representation of color #705A50: hue angle of 18.75º 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 #705A50 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 90 80 -
CMYK 0 0.20 0.29 0.56
HSL 18.75º 0.17% 0.38% -
HSV(B) 18.75º 0.29% 0.44% -
XYZ 11.79 11.34 9.16 -
YUV 95.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 112 90 80 0 0.20 0.29 0.56 18.75 0.17 0.38
Hex 70 5A 50 0 14 1D 38 13 11 26
Octal 160 132 120 0 24 35 70 23 21 46
Binary 1110000 1011010 1010000 0 10100 11101 111000 10011 10001 100110

Color Harmonies of #705A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705A50

Black with #705A50

Text Example


Text Example

White with #705A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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