#715947

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

Shades of Domino #715947

Tints of Domino #715947

Color information

#715947 (or 0x715947) is unknown color: approx Domino. HEX triplet: 71, 59 and 47. RGB value is (113,89,71). Sum of RGB (Red+Green+Blue) = 113+89+71=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #715947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715947 is #8EA6B8. Grayscale: #5E5E5E. Windows color (decimal): -9348793 or 4675953. OLE color: 4675953.

HSL color Cylindrical-coordinate representation of color #715947: hue angle of 25.71º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #715947 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB1138971-
CMYK00.210.370.56
HSL25.71º22.83%36.08%-
HSV(B)25.71º37.17%44.31%-
XYZ11.5211.117.5-
YUV94.12114.95141.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.39%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 71 (28.12% from 255) = 26.01%
R=41.39%
G=32.60%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113897100.210.370.5625.7122.8336.08
Hex71594701525381a1724
Octal1611311070254570322744
Binary1110001101100110001110101011001011110001101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715947; }

 p { color: rgb(113,89,71); }

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

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

 a { background-color: rgb(113,89,71); }

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

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

 span { border-color: rgb(113,89,71); }

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