Html Css Color HEX #715D57 Dorado

📋 copy color: '#715D57'

red 113 ◦ green 93 ◦ blue 87

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

Shades of Dorado #715D57

Tints of Dorado #715D57

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.74%

 BLUE value IS 87 (34.38% from 255) = 29.69%

R = 38.57%
G = 31.74%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#715D57 (or 0x715D57) is known color: Dorado. HEX triplet: 71, 5D and 57. RGB value is (113,93,87). Sum of RGB (Red+Green+Blue) = 113+93+87=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 113 - color contains mainly: red. Hex color #715D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715D57 is #8EA2A8. Grayscale: #626262. Windows color (decimal): -9347753 or 5725553. OLE color: 5725553.

HSL color Cylindrical-coordinate representation of color #715D57: hue angle of 13.85º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #715D57 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 93 87 -
CMYK 0 0.18 0.23 0.56
HSL 13.85º 0.13% 0.39% -
HSV(B) 13.85º 0.23% 0.44% -
XYZ 12.44 12.03 10.68 -
YUV 98.3 121.63 138.49 -
System Red Green Blue C M Y K H S L
Decimal 113 93 87 0 0.18 0.23 0.56 13.85 0.13 0.39
Hex 71 5D 57 0 12 17 38 E D 27
Octal 161 135 127 0 22 27 70 16 15 47
Binary 1110001 1011101 1010111 0 10010 10111 111000 1110 1101 100111

Color Harmonies of #715D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715D57

Black with #715D57

Text Example


Text Example

White with #715D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,93,87); }

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

background-color css

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

 a { background-color: rgb(113,93,87); }

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

border-color css

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

 span { border-color: rgb(113,93,87); }

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