#715C50

Color #715C50 Dorado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dorado #715C50

Tints of Dorado #715C50

Color information

#715C50 (or 0x715C50) is unknown color: approx Dorado. HEX triplet: 71, 5C and 50. RGB value is (113,92,80). Sum of RGB (Red+Green+Blue) = 113+92+80=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 113 - color contains mainly: red. Hex color #715C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715C50 is #8EA3AF. Grayscale: #606060. Windows color (decimal): -9348016 or 5266545. OLE color: 5266545.

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

Color convert

RGB1139280-
CMYK00.190.290.56
HSL21.82º17.1%37.84%-
HSV(B)21.82º29.2%44.31%-
XYZ12.0911.749.22-
YUV96.91118.46139.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.65%
GREEN value IS 92 (36.33% from 255) = 32.28%
BLUE value IS 80 (31.64% from 255) = 28.07%
R=39.65%
G=32.28%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113928000.190.290.5621.8217.137.84
Hex715C500131D38161126
Octal1611341200233570262146
Binary111000110111001010000010011111011110001011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #715C50;
 }
 .AnyTagClassName
 {
   color: #715C50;
 }
</style>
background-color css

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

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

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

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

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

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