Html Css Color HEX #725B49 Domino

📋 copy color: '#725B49'

red 114 ◦ green 91 ◦ blue 73

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

Shades of Domino #725B49

Tints of Domino #725B49

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.73%

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

R = 41.01%
G = 32.73%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#725B49 (or 0x725B49) is known color: Domino. HEX triplet: 72, 5B and 49. RGB value is (114,91,73). Sum of RGB (Red+Green+Blue) = 114+91+73=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #725B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725B49 is #8DA4B6. Grayscale: #5F5F5F. Windows color (decimal): -9282743 or 4807538. OLE color: 4807538.

HSL color Cylindrical-coordinate representation of color #725B49: hue angle of 26.34º 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 #725B49 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 91 73 -
CMYK 0 0.20 0.36 0.55
HSL 26.34º 0.22% 0.37% -
HSV(B) 26.34º 0.36% 0.45% -
XYZ 11.88 11.54 7.9 -
YUV 95.83 115.12 140.96 -
System Red Green Blue C M Y K H S L
Decimal 114 91 73 0 0.20 0.36 0.55 26.34 0.22 0.37
Hex 72 5B 49 0 14 24 37 1A 16 25
Octal 162 133 111 0 24 44 67 32 26 45
Binary 1110010 1011011 1001001 0 10100 100100 110111 11010 10110 100101

Color Harmonies of #725B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725B49

Black with #725B49

Text Example


Text Example

White with #725B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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