#725149

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

Shades of Congo Brown #725149

Tints of Congo Brown #725149

Color information

#725149 (or 0x725149) is unknown color: approx Congo Brown. HEX triplet: 72, 51 and 49. RGB value is (114,81,73). Sum of RGB (Red+Green+Blue) = 114+81+73=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 114 - color contains mainly: red. Hex color #725149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725149 is #8DAEB6. Grayscale: #5A5A5A. Windows color (decimal): -9285303 or 4804978. OLE color: 4804978.

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

Color convert

RGB1148173-
CMYK00.290.360.55
HSL11.71º21.93%36.67%-
HSV(B)11.71º35.96%44.71%-
XYZ11.089.947.64-
YUV89.96118.43145.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.54%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 73 (28.91% from 255) = 27.24%
R=42.54%
G=30.22%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114817300.290.360.5511.7121.9336.67
Hex72514901D2437c1625
Octal1621211110354467142645
Binary111001010100011001001011101100100110111110010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725149; }

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

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

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

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

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

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

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

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