#725047

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

Shades of Congo Brown #725047

Tints of Congo Brown #725047

Color information

#725047 (or 0x725047) is unknown color: approx Congo Brown. HEX triplet: 72, 50 and 47. RGB value is (114,80,71). Sum of RGB (Red+Green+Blue) = 114+80+71=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #725047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725047 is #8DAFB8. Grayscale: #595959. Windows color (decimal): -9285561 or 4673650. OLE color: 4673650.

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

Color convert

RGB1148071-
CMYK00.300.380.55
HSL12.56º23.24%36.27%-
HSV(B)12.56º37.72%44.71%-
XYZ10.959.777.27-
YUV89.14117.76145.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.02%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 71 (28.12% from 255) = 26.79%
R=43.02%
G=30.19%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114807100.300.380.5512.5623.2436.27
Hex72504701E2637d1724
Octal1621201070364667152744
Binary111001010100001000111011110100110110111110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725047; }

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

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

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

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

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

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

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

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