#715E4B

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

Shades of Domino #715E4B

Tints of Domino #715E4B

Color information

#715E4B (or 0x715E4B) is unknown color: approx Domino. HEX triplet: 71, 5E and 4B. RGB value is (113,94,75). Sum of RGB (Red+Green+Blue) = 113+94+75=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #715E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715E4B is #8EA1B4. Grayscale: #616161. Windows color (decimal): -9347509 or 4939377. OLE color: 4939377.

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

Color convert

RGB1139475-
CMYK00.170.340.56
HSL30º20.21%36.86%-
HSV(B)30º33.63%44.31%-
XYZ12.0812.028.34-
YUV97.52115.29139.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.07%
GREEN value IS 94 (37.11% from 255) = 33.33%
BLUE value IS 75 (29.69% from 255) = 26.60%
R=40.07%
G=33.33%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113947500.170.340.563020.2136.86
Hex715E4B01122381e1425
Octal1611361130214270362445
Binary1110001101111010010110100011000101110001111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,94,75); }

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

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

 a { background-color: rgb(113,94,75); }

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

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

 span { border-color: rgb(113,94,75); }

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