#715D4A

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

Shades of Domino #715D4A

Tints of Domino #715D4A

Color information

#715D4A (or 0x715D4A) is unknown color: approx Domino. HEX triplet: 71, 5D and 4A. RGB value is (113,93,74). Sum of RGB (Red+Green+Blue) = 113+93+74=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #715D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715D4A is #8EA2B5. Grayscale: #606060. Windows color (decimal): -9347766 or 4873585. OLE color: 4873585.

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

Color convert

RGB1139374-
CMYK00.180.350.56
HSL29.23º20.86%36.67%-
HSV(B)29.23º34.51%44.31%-
XYZ11.9611.838.13-
YUV96.81115.13139.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.36%
GREEN value IS 93 (36.72% from 255) = 33.21%
BLUE value IS 74 (29.30% from 255) = 26.43%
R=40.36%
G=33.21%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113937400.180.350.5629.2320.8636.67
Hex715D4A01223381d1525
Octal1611351120224370352545
Binary1110001101110110010100100101000111110001110110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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