#725C48

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

Shades of Domino #725C48

Tints of Domino #725C48

Color information

#725C48 (or 0x725C48) is unknown color: approx Domino. HEX triplet: 72, 5C and 48. RGB value is (114,92,72). Sum of RGB (Red+Green+Blue) = 114+92+72=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #725C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725C48 is #8DA3B7. Grayscale: #606060. Windows color (decimal): -9282488 or 4742258. OLE color: 4742258.

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

Color convert

RGB1149272-
CMYK00.190.370.55
HSL28.57º22.58%36.47%-
HSV(B)28.57º36.84%44.71%-
XYZ11.9411.77.76-
YUV96.3114.29140.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.01%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 72 (28.52% from 255) = 25.90%
R=41.01%
G=33.09%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114927200.190.370.5528.5722.5836.47
Hex725C4801325371d1724
Octal1621341100234567352744
Binary1110010101110010010000100111001011101111110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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