#725947

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

Shades of Domino #725947

Tints of Domino #725947

Color information

#725947 (or 0x725947) is unknown color: approx Domino. HEX triplet: 72, 59 and 47. RGB value is (114,89,71). Sum of RGB (Red+Green+Blue) = 114+89+71=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #725947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725947 is #8DA6B8. Grayscale: #5E5E5E. Windows color (decimal): -9283257 or 4675954. OLE color: 4675954.

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

Color convert

RGB1148971-
CMYK00.220.380.55
HSL25.12º23.24%36.27%-
HSV(B)25.12º37.72%44.71%-
XYZ11.6511.187.5-
YUV94.42114.78141.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.61%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 71 (28.12% from 255) = 25.91%
R=41.61%
G=32.48%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114897100.220.380.5525.1223.2436.27
Hex7259470162637191724
Octal1621311070264667312744
Binary1110010101100110001110101101001101101111100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725947; }

 p { color: rgb(114,89,71); }

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

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

 a { background-color: rgb(114,89,71); }

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

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

 span { border-color: rgb(114,89,71); }

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