Html Css Color HEX #715B50 Dorado

📋 copy color: '#715B50'

red 113 ◦ green 91 ◦ blue 80

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

Shades of Dorado #715B50

Tints of Dorado #715B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.17%

R = 39.79%
G = 32.04%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#715B50 (or 0x715B50) is known color: Dorado. HEX triplet: 71, 5B and 50. RGB value is (113,91,80). Sum of RGB (Red+Green+Blue) = 113+91+80=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #715B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715B50 is #8EA4AF. Grayscale: #606060. Windows color (decimal): -9348272 or 5266289. OLE color: 5266289.

HSL color Cylindrical-coordinate representation of color #715B50: hue angle of 20º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #715B50 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 91 80 -
CMYK 0 0.19 0.29 0.56
HSL 20º 0.17% 0.38% -
HSV(B) 20º 0.29% 0.44% -
XYZ 12 11.57 9.19 -
YUV 96.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 113 91 80 0 0.19 0.29 0.56 20 0.17 0.38
Hex 71 5B 50 0 13 1D 38 14 11 26
Octal 161 133 120 0 23 35 70 24 21 46
Binary 1110001 1011011 1010000 0 10011 11101 111000 10100 10001 100110

Color Harmonies of #715B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715B50

Black with #715B50

Text Example


Text Example

White with #715B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,91,80); }

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

background-color css

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

 a { background-color: rgb(113,91,80); }

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

border-color css

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

 span { border-color: rgb(113,91,80); }

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