#715B53

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

Shades of Dorado #715B53

Tints of Dorado #715B53

Color information

#715B53 (or 0x715B53) is unknown color: approx Dorado. HEX triplet: 71, 5B and 53. RGB value is (113,91,83). Sum of RGB (Red+Green+Blue) = 113+91+83=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #715B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715B53 is #8EA4AC. Grayscale: #606060. Windows color (decimal): -9348269 or 5462897. OLE color: 5462897.

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

Color convert

RGB1139183-
CMYK00.190.270.56
HSL16º15.31%38.43%-
HSV(B)16º26.55%44.31%-
XYZ12.1111.629.79-
YUV96.67120.29139.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.37%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 83 (32.81% from 255) = 28.92%
R=39.37%
G=31.71%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113918300.190.270.561615.3138.43
Hex715B530131B3810f26
Octal1611331230233370201746
Binary11100011011011101001101001111011111000100001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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