Html Css Color HEX #715F49 Domino

📋 copy color: '#715F49'

red 113 ◦ green 95 ◦ blue 73

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

Shades of Domino #715F49

Tints of Domino #715F49

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.81%

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

R = 40.21%
G = 33.81%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#715F49 (or 0x715F49) is known color: Domino. HEX triplet: 71, 5F and 49. RGB value is (113,95,73). Sum of RGB (Red+Green+Blue) = 113+95+73=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 113 - color contains mainly: red. Hex color #715F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715F49 is #8EA0B6. Grayscale: #616161. Windows color (decimal): -9347255 or 4808561. OLE color: 4808561.

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

Color convert

RGB 113 95 73 -
CMYK 0 0.16 0.35 0.56
HSL 33º 0.22% 0.36% -
HSV(B) 33º 0.35% 0.44% -
XYZ 12.1 12.18 8.02 -
YUV 97.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 113 95 73 0 0.16 0.35 0.56 33 0.22 0.36
Hex 71 5F 49 0 10 23 38 21 16 24
Octal 161 137 111 0 20 43 70 41 26 44
Binary 1110001 1011111 1001001 0 10000 100011 111000 100001 10110 100100

Color Harmonies of #715F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715F49

Black with #715F49

Text Example


Text Example

White with #715F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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