Html Css Color HEX #725A49 Domino

📋 copy color: '#725A49'

red 114 ◦ green 90 ◦ blue 73

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

Shades of Domino #725A49

Tints of Domino #725A49

RGB

 RED value IS 114 (44.92% from 255) = 41.16%

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

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

R = 41.16%
G = 32.49%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#725A49 (or 0x725A49) is known color: Domino. HEX triplet: 72, 5A and 49. RGB value is (114,90,73). Sum of RGB (Red+Green+Blue) = 114+90+73=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #725A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725A49 is #8DA5B6. Grayscale: #5F5F5F. Windows color (decimal): -9282999 or 4807282. OLE color: 4807282.

HSL color Cylindrical-coordinate representation of color #725A49: hue angle of 24.88º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #725A49 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 90 73 -
CMYK 0 0.21 0.36 0.55
HSL 24.88º 0.22% 0.37% -
HSV(B) 24.88º 0.36% 0.45% -
XYZ 11.8 11.37 7.88 -
YUV 95.24 115.45 141.38 -
System Red Green Blue C M Y K H S L
Decimal 114 90 73 0 0.21 0.36 0.55 24.88 0.22 0.37
Hex 72 5A 49 0 15 24 37 19 16 25
Octal 162 132 111 0 25 44 67 31 26 45
Binary 1110010 1011010 1001001 0 10101 100100 110111 11001 10110 100101

Color Harmonies of #725A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725A49

Black with #725A49

Text Example


Text Example

White with #725A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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