#725C49

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

Shades of Domino #725C49

Tints of Domino #725C49

Color information

#725C49 (or 0x725C49) is unknown color: approx Domino. HEX triplet: 72, 5C and 49. RGB value is (114,92,73). Sum of RGB (Red+Green+Blue) = 114+92+73=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #725C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725C49 is #8DA3B6. Grayscale: #606060. Windows color (decimal): -9282487 or 4807794. OLE color: 4807794.

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

Color convert

RGB1149273-
CMYK00.190.360.55
HSL27.8º21.93%36.67%-
HSV(B)27.8º35.96%44.71%-
XYZ11.9711.717.93-
YUV96.41114.79140.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.86%
GREEN value IS 92 (36.33% from 255) = 32.97%
BLUE value IS 73 (28.91% from 255) = 26.16%
R=40.86%
G=32.97%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114927300.190.360.5527.821.9336.67
Hex725C4901324371c1625
Octal1621341110234467342645
Binary1110010101110010010010100111001001101111110010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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