Html Css Color HEX #715950 Dorado

📋 copy color: '#715950'

red 113 ◦ green 89 ◦ blue 80

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

Shades of Dorado #715950

Tints of Dorado #715950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.56%

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

R = 40.07%
G = 31.56%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#715950 (or 0x715950) is known color: Dorado. HEX triplet: 71, 59 and 50. RGB value is (113,89,80). Sum of RGB (Red+Green+Blue) = 113+89+80=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #715950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715950 is #8EA6AF. Grayscale: #5F5F5F. Windows color (decimal): -9348784 or 5265777. OLE color: 5265777.

HSL color Cylindrical-coordinate representation of color #715950: hue angle of 16.36º 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 #715950 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 89 80 -
CMYK 0 0.21 0.29 0.56
HSL 16.36º 0.17% 0.38% -
HSV(B) 16.36º 0.29% 0.44% -
XYZ 11.83 11.23 9.13 -
YUV 95.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 113 89 80 0 0.21 0.29 0.56 16.36 0.17 0.38
Hex 71 59 50 0 15 1D 38 10 11 26
Octal 161 131 120 0 25 35 70 20 21 46
Binary 1110001 1011001 1010000 0 10101 11101 111000 10000 10001 100110

Color Harmonies of #715950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715950

Black with #715950

Text Example


Text Example

White with #715950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715950; }

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

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

background-color css

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

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

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

border-color css

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

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

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