Html Css Color HEX #715949 Domino

📋 copy color: '#715949'

red 113 ◦ green 89 ◦ blue 73

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

Shades of Domino #715949

Tints of Domino #715949

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 value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#715949 (or 0x715949) is known color: 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

RGB 113 89 73 -
CMYK 0 0.21 0.35 0.56
HSL 24º 0.22% 0.36% -
HSV(B) 24º 0.35% 0.44% -
XYZ 11.59 11.14 7.84 -
YUV 94.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 113 89 73 0 0.21 0.35 0.56 24 0.22 0.36
Hex 71 59 49 0 15 23 38 18 16 24
Octal 161 131 111 0 25 43 70 30 26 44
Binary 1110001 1011001 1001001 0 10101 100011 111000 11000 10110 100100

Color Harmonies of #715949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715949

Black with #715949

Text Example


Text Example

White with #715949

Text Example


Text Example

HTML Codes & Css Web 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>