#725D4C

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

Shades of Domino #725D4C

Tints of Domino #725D4C

Color information

#725D4C (or 0x725D4C) is unknown color: approx Domino. HEX triplet: 72, 5D and 4C. RGB value is (114,93,76). Sum of RGB (Red+Green+Blue) = 114+93+76=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #725D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725D4C is #8DA2B3. Grayscale: #616161. Windows color (decimal): -9282228 or 5004658. OLE color: 5004658.

HSL color Cylindrical-coordinate representation of color #725D4C: hue angle of 26.84º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #725D4C is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB1149376-
CMYK00.180.330.55
HSL26.84º20%37.25%-
HSV(B)26.84º33.33%44.71%-
XYZ12.1611.938.5-
YUV97.34115.96139.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.28%
GREEN value IS 93 (36.72% from 255) = 32.86%
BLUE value IS 76 (30.08% from 255) = 26.86%
R=40.28%
G=32.86%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114937600.180.330.5526.842037.25
Hex725D4C01221371b1425
Octal1621351140224167332445
Binary1110010101110110011000100101000011101111101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,93,76); }

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

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

 a { background-color: rgb(114,93,76); }

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

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

 span { border-color: rgb(114,93,76); }

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