Html Css Color HEX #725149 Congo Brown

📋 copy color: '#725149'

red 114 ◦ green 81 ◦ blue 73

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

Shades of Congo Brown #725149

Tints of Congo Brown #725149

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 value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

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

RGB 114 81 73 -
CMYK 0 0.29 0.36 0.55
HSL 11.71º 0.22% 0.37% -
HSV(B) 11.71º 0.36% 0.45% -
XYZ 11.08 9.94 7.64 -
YUV 89.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 114 81 73 0 0.29 0.36 0.55 11.71 0.22 0.37
Hex 72 51 49 0 1D 24 37 C 16 25
Octal 162 121 111 0 35 44 67 14 26 45
Binary 1110010 1010001 1001001 0 11101 100100 110111 1100 10110 100101

Color Harmonies of #725149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725149

Black with #725149

Text Example


Text Example

White with #725149

Text Example


Text Example

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