Html Css Color HEX #715A49 Domino

📋 copy color: '#715A49'

red 113 ◦ green 90 ◦ blue 73

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

Shades of Domino #715A49

Tints of Domino #715A49

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.61%

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

R = 40.94%
G = 32.61%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#715A49 (or 0x715A49) is known color: Domino. HEX triplet: 71, 5A and 49. RGB value is (113,90,73). Sum of RGB (Red+Green+Blue) = 113+90+73=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 113 - color contains mainly: red. Hex color #715A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715A49 is #8EA5B6. Grayscale: #5F5F5F. Windows color (decimal): -9348535 or 4807281. OLE color: 4807281.

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

Color convert

RGB 113 90 73 -
CMYK 0 0.20 0.35 0.56
HSL 25.5º 0.22% 0.36% -
HSV(B) 25.5º 0.35% 0.44% -
XYZ 11.67 11.3 7.87 -
YUV 94.94 115.62 140.88 -
System Red Green Blue C M Y K H S L
Decimal 113 90 73 0 0.20 0.35 0.56 25.5 0.22 0.36
Hex 71 5A 49 0 14 23 38 1A 16 24
Octal 161 132 111 0 24 43 70 32 26 44
Binary 1110001 1011010 1001001 0 10100 100011 111000 11010 10110 100100

Color Harmonies of #715A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715A49

Black with #715A49

Text Example


Text Example

White with #715A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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