Html Css Color HEX #715D56 Dorado

📋 copy color: '#715D56'

red 113 ◦ green 93 ◦ blue 86

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

Shades of Dorado #715D56

Tints of Dorado #715D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 29.45%

R = 38.7%
G = 31.85%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#715D56 (or 0x715D56) is known color: Dorado. HEX triplet: 71, 5D and 56. RGB value is (113,93,86). Sum of RGB (Red+Green+Blue) = 113+93+86=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #715D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715D56 is #8EA2A9. Grayscale: #626262. Windows color (decimal): -9347754 or 5660017. OLE color: 5660017.

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

Color convert

RGB 113 93 86 -
CMYK 0 0.18 0.24 0.56
HSL 15.56º 0.14% 0.39% -
HSV(B) 15.56º 0.24% 0.44% -
XYZ 12.4 12.01 10.47 -
YUV 98.18 121.13 138.57 -
System Red Green Blue C M Y K H S L
Decimal 113 93 86 0 0.18 0.24 0.56 15.56 0.14 0.39
Hex 71 5D 56 0 12 18 38 10 E 27
Octal 161 135 126 0 22 30 70 20 16 47
Binary 1110001 1011101 1010110 0 10010 11000 111000 10000 1110 100111

Color Harmonies of #715D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715D56

Black with #715D56

Text Example


Text Example

White with #715D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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