#725049

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

Shades of Congo Brown #725049

Tints of Congo Brown #725049

Color information

#725049 (or 0x725049) is unknown color: approx Congo Brown. HEX triplet: 72, 50 and 49. RGB value is (114,80,73). Sum of RGB (Red+Green+Blue) = 114+80+73=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 114 - color contains mainly: red. Hex color #725049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725049 is #8DAFB6. Grayscale: #595959. Windows color (decimal): -9285559 or 4804722. OLE color: 4804722.

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

Color convert

RGB1148073-
CMYK00.300.360.55
HSL10.24º21.93%36.67%-
HSV(B)10.24º35.96%44.71%-
XYZ11.019.87.61-
YUV89.37118.76145.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.70%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 73 (28.91% from 255) = 27.34%
R=42.70%
G=29.96%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114807300.300.360.5510.2421.9336.67
Hex72504901E2437a1625
Octal1621201110364467122645
Binary111001010100001001001011110100100110111101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725049; }

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

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

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

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

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

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

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

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