Html Css Color HEX #705B54 Dorado

📋 copy color: '#705B54'

red 112 ◦ green 91 ◦ blue 84

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

Shades of Dorado #705B54

Tints of Dorado #705B54

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.71%

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

R = 39.02%
G = 31.71%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#705B54 (or 0x705B54) is known color: Dorado. HEX triplet: 70, 5B and 54. RGB value is (112,91,84). Sum of RGB (Red+Green+Blue) = 112+91+84=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #705B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B54 is #8FA4AB. Grayscale: #606060. Windows color (decimal): -9413804 or 5528432. OLE color: 5528432.

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

Color convert

RGB 112 91 84 -
CMYK 0 0.19 0.25 0.56
HSL 15º 0.14% 0.38% -
HSV(B) 15º 0.25% 0.44% -
XYZ 12.02 11.57 9.99 -
YUV 96.48 120.96 139.07 -
System Red Green Blue C M Y K H S L
Decimal 112 91 84 0 0.19 0.25 0.56 15 0.14 0.38
Hex 70 5B 54 0 13 19 38 F E 26
Octal 160 133 124 0 23 31 70 17 16 46
Binary 1110000 1011011 1010100 0 10011 11001 111000 1111 1110 100110

Color Harmonies of #705B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B54

Black with #705B54

Text Example


Text Example

White with #705B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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