#715949

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

Shades of Domino #715949

Tints of Domino #715949

Color information

#715949 (or 0x715949) is unknown color: approx Domino. HEX triplet: 71, 59 and 49. RGB value is (113,89,73). Sum of RGB (Red+Green+Blue) = 113+89+73=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #715949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715949 is #8EA6B6. Grayscale: #5E5E5E. Windows color (decimal): -9348791 or 4807025. OLE color: 4807025.

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

Color convert

RGB1138973-
CMYK00.210.350.56
HSL24º21.51%36.47%-
HSV(B)24º35.4%44.31%-
XYZ11.5911.147.84-
YUV94.35115.95141.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.09%
GREEN value IS 89 (35.16% from 255) = 32.36%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=41.09%
G=32.36%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113897300.210.350.562421.5136.47
Hex7159490152338181624
Octal1611311110254370302644
Binary1110001101100110010010101011000111110001100010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715949; }

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

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

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

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

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

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

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

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