#715C49

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

Shades of Domino #715C49

Tints of Domino #715C49

Color information

#715C49 (or 0x715C49) is unknown color: approx Domino. HEX triplet: 71, 5C and 49. RGB value is (113,92,73). Sum of RGB (Red+Green+Blue) = 113+92+73=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #715C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715C49 is #8EA3B6. Grayscale: #606060. Windows color (decimal): -9348023 or 4807793. OLE color: 4807793.

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

Color convert

RGB1139273-
CMYK00.190.350.56
HSL28.5º21.51%36.47%-
HSV(B)28.5º35.4%44.31%-
XYZ11.8411.657.93-
YUV96.11114.96140.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.65%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 73 (28.91% from 255) = 26.26%
R=40.65%
G=33.09%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113927300.190.350.5628.521.5136.47
Hex715C4901323381d1624
Octal1611341110234370352644
Binary1110001101110010010010100111000111110001110110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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