Html Css Color HEX #715E49 Domino

📋 copy color: '#715E49'

red 113 ◦ green 94 ◦ blue 73

#715E49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Domino #715E49

Tints of Domino #715E49

RGB

 RED value IS 113 (44.53% from 255) = 40.36%

 GREEN value IS 94 (37.11% from 255) = 33.57%

 BLUE value IS 73 (28.91% from 255) = 26.07%

R = 40.36%
G = 33.57%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#715E49 (or 0x715E49) is known color: Domino. HEX triplet: 71, 5E and 49. RGB value is (113,94,73). Sum of RGB (Red+Green+Blue) = 113+94+73=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #715E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715E49 is #8EA1B6. Grayscale: #616161. Windows color (decimal): -9347511 or 4808305. OLE color: 4808305.

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

Color convert

RGB 113 94 73 -
CMYK 0 0.17 0.35 0.56
HSL 31.5º 0.22% 0.36% -
HSV(B) 31.5º 0.35% 0.44% -
XYZ 12.02 12 7.99 -
YUV 97.29 114.29 139.21 -
System Red Green Blue C M Y K H S L
Decimal 113 94 73 0 0.17 0.35 0.56 31.5 0.22 0.36
Hex 71 5E 49 0 11 23 38 1F 16 24
Octal 161 136 111 0 21 43 70 37 26 44
Binary 1110001 1011110 1001001 0 10001 100011 111000 11111 10110 100100

Color Harmonies of #715E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715E49

Black with #715E49

Text Example


Text Example

White with #715E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #715E49;
 }
 .AnyTagClassName
 {
   color: #715E49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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