#725E49

Color #725E49 Domino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Domino #725E49

Tints of Domino #725E49

Color information

#725E49 (or 0x725E49) is unknown color: approx Domino. HEX triplet: 72, 5E and 49. RGB value is (114,94,73). Sum of RGB (Red+Green+Blue) = 114+94+73=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #725E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725E49 is #8DA1B6. Grayscale: #616161. Windows color (decimal): -9281975 or 4808306. OLE color: 4808306.

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

Color convert

RGB1149473-
CMYK00.180.360.55
HSL30.73º21.93%36.67%-
HSV(B)30.73º35.96%44.71%-
XYZ12.1412.067.99-
YUV97.59114.13139.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.57%
GREEN value IS 94 (37.11% from 255) = 33.45%
BLUE value IS 73 (28.91% from 255) = 25.98%
R=40.57%
G=33.45%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114947300.180.360.5530.7321.9336.67
Hex725E4901224371f1625
Octal1621361110224467372645
Binary1110010101111010010010100101001001101111111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #725E49;
 }
 .AnyTagClassName
 {
   color: #725E49;
 }
</style>
background-color css

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

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

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

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

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

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