Html Css Color HEX #725047 Congo Brown

📋 copy color: '#725047'

red 114 ◦ green 80 ◦ blue 71

#725047
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Congo Brown #725047

Tints of Congo Brown #725047

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.13% from 255) = 26.79%

R = 43.02%
G = 30.19%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#725047 (or 0x725047) is known color: 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

RGB 114 80 71 -
CMYK 0 0.30 0.38 0.55
HSL 12.56º 0.23% 0.36% -
HSV(B) 12.56º 0.38% 0.45% -
XYZ 10.95 9.77 7.27 -
YUV 89.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 114 80 71 0 0.30 0.38 0.55 12.56 0.23 0.36
Hex 72 50 47 0 1E 26 37 D 17 24
Octal 162 120 107 0 36 46 67 15 27 44
Binary 1110010 1010000 1000111 0 11110 100110 110111 1101 10111 100100

Color Harmonies of #725047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725047

Black with #725047

Text Example


Text Example

White with #725047

Text Example


Text Example

HTML Codes & Css Web 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>