#715D4E

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

Shades of Domino #715D4E

Tints of Domino #715D4E

Color information

#715D4E (or 0x715D4E) is unknown color: approx Domino. HEX triplet: 71, 5D and 4E. RGB value is (113,93,78). Sum of RGB (Red+Green+Blue) = 113+93+78=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #715D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715D4E is #8EA2B1. Grayscale: #616161. Windows color (decimal): -9347762 or 5135729. OLE color: 5135729.

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

Color convert

RGB1139378-
CMYK00.180.310.56
HSL25.71º18.32%37.45%-
HSV(B)25.71º30.97%44.31%-
XYZ12.111.898.86-
YUV97.27117.13139.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.79%
GREEN value IS 93 (36.72% from 255) = 32.75%
BLUE value IS 78 (30.86% from 255) = 27.46%
R=39.79%
G=32.75%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113937800.180.310.5625.7118.3237.45
Hex715D4E0121F381a1225
Octal1611351160223770322245
Binary111000110111011001110010010111111110001101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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