#715C4E

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

Shades of Domino #715C4E

Tints of Domino #715C4E

Color information

#715C4E (or 0x715C4E) is unknown color: approx Domino. HEX triplet: 71, 5C and 4E. RGB value is (113,92,78). Sum of RGB (Red+Green+Blue) = 113+92+78=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 113 - color contains mainly: red. Hex color #715C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715C4E is #8EA3B1. Grayscale: #606060. Windows color (decimal): -9348018 or 5135473. OLE color: 5135473.

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

Color convert

RGB1139278-
CMYK00.190.310.56
HSL24º18.32%37.45%-
HSV(B)24º30.97%44.31%-
XYZ12.0111.728.84-
YUV96.68117.46139.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.93%
GREEN value IS 92 (36.33% from 255) = 32.51%
BLUE value IS 78 (30.86% from 255) = 27.56%
R=39.93%
G=32.51%
B=27.56%

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
Decimal113927800.190.310.562418.3237.45
Hex715C4E0131F38181225
Octal1611341160233770302245
Binary111000110111001001110010011111111110001100010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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