#725C4A

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

Shades of Domino #725C4A

Tints of Domino #725C4A

Color information

#725C4A (or 0x725C4A) is unknown color: approx Domino. HEX triplet: 72, 5C and 4A. RGB value is (114,92,74). Sum of RGB (Red+Green+Blue) = 114+92+74=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #725C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725C4A is #8DA3B5. Grayscale: #606060. Windows color (decimal): -9282486 or 4873330. OLE color: 4873330.

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

Color convert

RGB1149274-
CMYK00.190.350.55
HSL27º21.28%36.86%-
HSV(B)27º35.09%44.71%-
XYZ1211.738.11-
YUV96.53115.29140.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.71%
GREEN value IS 92 (36.33% from 255) = 32.86%
BLUE value IS 74 (29.30% from 255) = 26.43%
R=40.71%
G=32.86%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114927400.190.350.552721.2836.86
Hex725C4A01323371b1525
Octal1621341120234367332545
Binary1110010101110010010100100111000111101111101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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