Html Css Color HEX #705F59 Dorado

📋 copy color: '#705F59'

red 112 ◦ green 95 ◦ blue 89

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

Shades of Dorado #705F59

Tints of Dorado #705F59

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.09%

 BLUE value IS 89 (35.16% from 255) = 30.07%

R = 37.84%
G = 32.09%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#705F59 (or 0x705F59) is known color: Dorado. HEX triplet: 70, 5F and 59. RGB value is (112,95,89). Sum of RGB (Red+Green+Blue) = 112+95+89=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #705F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F59 is #8FA0A6. Grayscale: #636363. Windows color (decimal): -9412775 or 5857136. OLE color: 5857136.

HSL color Cylindrical-coordinate representation of color #705F59: hue angle of 15.65º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #705F59 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 95 89 -
CMYK 0 0.15 0.21 0.56
HSL 15.65º 0.11% 0.39% -
HSV(B) 15.65º 0.21% 0.44% -
XYZ 12.58 12.35 11.17 -
YUV 99.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 112 95 89 0 0.15 0.21 0.56 15.65 0.11 0.39
Hex 70 5F 59 0 F 15 38 10 B 27
Octal 160 137 131 0 17 25 70 20 13 47
Binary 1110000 1011111 1011001 0 1111 10101 111000 10000 1011 100111

Color Harmonies of #705F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F59

Black with #705F59

Text Example


Text Example

White with #705F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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