#715B54

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

Shades of Dorado #715B54

Tints of Dorado #715B54

Color information

#715B54 (or 0x715B54) is unknown color: approx Dorado. HEX triplet: 71, 5B and 54. RGB value is (113,91,84). Sum of RGB (Red+Green+Blue) = 113+91+84=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 113 - color contains mainly: red. Hex color #715B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715B54 is #8EA4AB. Grayscale: #606060. Windows color (decimal): -9348268 or 5528433. OLE color: 5528433.

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

Color convert

RGB1139184-
CMYK00.190.260.56
HSL14.48º14.72%38.63%-
HSV(B)14.48º25.66%44.31%-
XYZ12.1511.639.99-
YUV96.78120.79139.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.24%
GREEN value IS 91 (35.94% from 255) = 31.60%
BLUE value IS 84 (33.20% from 255) = 29.17%
R=39.24%
G=31.60%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113918400.190.260.5614.4814.7238.63
Hex715B540131A38ef27
Octal1611331240233270161747
Binary1110001101101110101000100111101011100011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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