Html Css Color HEX #725148 Congo Brown

📋 copy color: '#725148'

red 114 ◦ green 81 ◦ blue 72

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

Shades of Congo Brown #725148

Tints of Congo Brown #725148

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.34%

 BLUE value IS 72 (28.52% from 255) = 26.97%

R = 42.7%
G = 30.34%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#725148 (or 0x725148) is known color: Congo Brown. HEX triplet: 72, 51 and 48. RGB value is (114,81,72). Sum of RGB (Red+Green+Blue) = 114+81+72=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 114 - color contains mainly: red. Hex color #725148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725148 is #8DAEB7. Grayscale: #595959. Windows color (decimal): -9285304 or 4739442. OLE color: 4739442.

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

Color convert

RGB 114 81 72 -
CMYK 0 0.29 0.37 0.55
HSL 12.86º 0.23% 0.36% -
HSV(B) 12.86º 0.37% 0.45% -
XYZ 11.05 9.93 7.47 -
YUV 89.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 114 81 72 0 0.29 0.37 0.55 12.86 0.23 0.36
Hex 72 51 48 0 1D 25 37 D 17 24
Octal 162 121 110 0 35 45 67 15 27 44
Binary 1110010 1010001 1001000 0 11101 100101 110111 1101 10111 100100

Color Harmonies of #725148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725148

Black with #725148

Text Example


Text Example

White with #725148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725148; }

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

 H1.HeaderClassName
 {
   color: #725148;
 }
 .AnyTagClassName
 {
   color: #725148;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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