#715C51

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

Shades of Dorado #715C51

Tints of Dorado #715C51

Color information

#715C51 (or 0x715C51) is unknown color: approx Dorado. HEX triplet: 71, 5C and 51. RGB value is (113,92,81). Sum of RGB (Red+Green+Blue) = 113+92+81=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #715C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715C51 is #8EA3AE. Grayscale: #616161. Windows color (decimal): -9348015 or 5332081. OLE color: 5332081.

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

Color convert

RGB1139281-
CMYK00.190.280.56
HSL20.63º16.49%38.04%-
HSV(B)20.63º28.32%44.31%-
XYZ12.1211.769.42-
YUV97.02118.96139.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.51%
GREEN value IS 92 (36.33% from 255) = 32.17%
BLUE value IS 81 (32.03% from 255) = 28.32%
R=39.51%
G=32.17%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113928100.190.280.5620.6316.4938.04
Hex715C510131C38151026
Octal1611341210233470252046
Binary111000110111001010001010011111001110001010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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