Html Css Color HEX #705A54 Dorado

📋 copy color: '#705A54'

red 112 ◦ green 90 ◦ blue 84

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

Shades of Dorado #705A54

Tints of Dorado #705A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.37%

R = 39.16%
G = 31.47%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#705A54 (or 0x705A54) is known color: Dorado. HEX triplet: 70, 5A and 54. RGB value is (112,90,84). Sum of RGB (Red+Green+Blue) = 112+90+84=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #705A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A54 is #8FA5AB. Grayscale: #5F5F5F. Windows color (decimal): -9414060 or 5528176. OLE color: 5528176.

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

Color convert

RGB 112 90 84 -
CMYK 0 0.20 0.25 0.56
HSL 12.86º 0.14% 0.38% -
HSV(B) 12.86º 0.25% 0.44% -
XYZ 11.94 11.4 9.96 -
YUV 95.89 121.29 139.49 -
System Red Green Blue C M Y K H S L
Decimal 112 90 84 0 0.20 0.25 0.56 12.86 0.14 0.38
Hex 70 5A 54 0 14 19 38 D E 26
Octal 160 132 124 0 24 31 70 15 16 46
Binary 1110000 1011010 1010100 0 10100 11001 111000 1101 1110 100110

Color Harmonies of #705A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705A54

Black with #705A54

Text Example


Text Example

White with #705A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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