Html Css Color HEX #725F49 Domino

📋 copy color: '#725F49'

red 114 ◦ green 95 ◦ blue 73

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

Shades of Domino #725F49

Tints of Domino #725F49

RGB

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

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

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

R = 40.43%
G = 33.69%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#725F49 (or 0x725F49) is known color: Domino. HEX triplet: 72, 5F and 49. RGB value is (114,95,73). Sum of RGB (Red+Green+Blue) = 114+95+73=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #725F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725F49 is #8DA0B6. Grayscale: #626262. Windows color (decimal): -9281719 or 4808562. OLE color: 4808562.

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

Color convert

RGB 114 95 73 -
CMYK 0 0.17 0.36 0.55
HSL 32.2º 0.22% 0.37% -
HSV(B) 32.2º 0.36% 0.45% -
XYZ 12.23 12.24 8.02 -
YUV 98.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 114 95 73 0 0.17 0.36 0.55 32.2 0.22 0.37
Hex 72 5F 49 0 11 24 37 20 16 25
Octal 162 137 111 0 21 44 67 40 26 45
Binary 1110010 1011111 1001001 0 10001 100100 110111 100000 10110 100101

Color Harmonies of #725F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725F49

Black with #725F49

Text Example


Text Example

White with #725F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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