Html Css Color HEX #715F59 Dorado

📋 copy color: '#715F59'

red 113 ◦ green 95 ◦ blue 89

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

Shades of Dorado #715F59

Tints of Dorado #715F59

RGB

 RED value IS 113 (44.53% from 255) = 38.05%

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

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

R = 38.05%
G = 31.99%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#715F59 (or 0x715F59) is known color: Dorado. HEX triplet: 71, 5F and 59. RGB value is (113,95,89). Sum of RGB (Red+Green+Blue) = 113+95+89=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 113 - color contains mainly: red. Hex color #715F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715F59 is #8EA0A6. Grayscale: #636363. Windows color (decimal): -9347239 or 5857137. OLE color: 5857137.

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

Color convert

RGB 113 95 89 -
CMYK 0 0.16 0.21 0.56
HSL 15º 0.12% 0.4% -
HSV(B) 15º 0.21% 0.44% -
XYZ 12.71 12.42 11.18 -
YUV 99.7 121.96 137.49 -
System Red Green Blue C M Y K H S L
Decimal 113 95 89 0 0.16 0.21 0.56 15 0.12 0.4
Hex 71 5F 59 0 10 15 38 F C 28
Octal 161 137 131 0 20 25 70 17 14 50
Binary 1110001 1011111 1011001 0 10000 10101 111000 1111 1100 101000

Color Harmonies of #715F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715F59

Black with #715F59

Text Example


Text Example

White with #715F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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