Html Css Color HEX #725049 Congo Brown

📋 copy color: '#725049'

red 114 ◦ green 80 ◦ blue 73

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

Shades of Congo Brown #725049

Tints of Congo Brown #725049

RGB

 RED value IS 114 (44.92% from 255) = 42.7%

 GREEN value IS 80 (31.64% from 255) = 29.96%

 BLUE value IS 73 (28.91% from 255) = 27.34%

R = 42.7%
G = 29.96%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

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

RGB 114 80 73 -
CMYK 0 0.30 0.36 0.55
HSL 10.24º 0.22% 0.37% -
HSV(B) 10.24º 0.36% 0.45% -
XYZ 11.01 9.8 7.61 -
YUV 89.37 118.76 145.57 -
System Red Green Blue C M Y K H S L
Decimal 114 80 73 0 0.30 0.36 0.55 10.24 0.22 0.37
Hex 72 50 49 0 1E 24 37 A 16 25
Octal 162 120 111 0 36 44 67 12 26 45
Binary 1110010 1010000 1001001 0 11110 100100 110111 1010 10110 100101

Color Harmonies of #725049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725049

Black with #725049

Text Example


Text Example

White with #725049

Text Example


Text Example

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