Html Css Color HEX #72524A Congo Brown

📋 copy color: '#72524A'

red 114 ◦ green 82 ◦ blue 74

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

Shades of Congo Brown #72524A

Tints of Congo Brown #72524A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.37%

 BLUE value IS 74 (29.3% from 255) = 27.41%

R = 42.22%
G = 30.37%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#72524A (or 0x72524A) is known color: Congo Brown. HEX triplet: 72, 52 and 4A. RGB value is (114,82,74). Sum of RGB (Red+Green+Blue) = 114+82+74=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #72524A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72524A is #8DADB5. Grayscale: #5A5A5A. Windows color (decimal): -9285046 or 4870770. OLE color: 4870770.

HSL color Cylindrical-coordinate representation of color #72524A: hue angle of 12º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #72524A is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 82 74 -
CMYK 0 0.28 0.35 0.55
HSL 12º 0.21% 0.37% -
HSV(B) 12º 0.35% 0.45% -
XYZ 11.19 10.11 7.84 -
YUV 90.66 118.6 144.65 -
System Red Green Blue C M Y K H S L
Decimal 114 82 74 0 0.28 0.35 0.55 12 0.21 0.37
Hex 72 52 4A 0 1C 23 37 C 15 25
Octal 162 122 112 0 34 43 67 14 25 45
Binary 1110010 1010010 1001010 0 11100 100011 110111 1100 10101 100101

Color Harmonies of #72524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72524A

Black with #72524A

Text Example


Text Example

White with #72524A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72524A; }

 p { color: rgb(114,82,74); }

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

background-color css

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

 a { background-color: rgb(114,82,74); }

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

border-color css

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

 span { border-color: rgb(114,82,74); }

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