#715B4E

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

Shades of Dorado #715B4E

Tints of Dorado #715B4E

Color information

#715B4E (or 0x715B4E) is unknown color: approx Dorado. HEX triplet: 71, 5B and 4E. RGB value is (113,91,78). Sum of RGB (Red+Green+Blue) = 113+91+78=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #715B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715B4E is #8EA4B1. Grayscale: #606060. Windows color (decimal): -9348274 or 5135217. OLE color: 5135217.

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

Color convert

RGB1139178-
CMYK00.190.310.56
HSL22.29º18.32%37.45%-
HSV(B)22.29º30.97%44.31%-
XYZ11.9311.548.81-
YUV96.1117.79140.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.07%
GREEN value IS 91 (35.94% from 255) = 32.27%
BLUE value IS 78 (30.86% from 255) = 27.66%
R=40.07%
G=32.27%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113917800.190.310.5622.2918.3237.45
Hex715B4E0131F38161225
Octal1611331160233770262245
Binary111000110110111001110010011111111110001011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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