#72534A

Color #72534A Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #72534A

Tints of Congo Brown #72534A

Color information

#72534A (or 0x72534A) is unknown color: approx Congo Brown. HEX triplet: 72, 53 and 4A. RGB value is (114,83,74). Sum of RGB (Red+Green+Blue) = 114+83+74=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 114 - color contains mainly: red. Hex color #72534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72534A is #8DACB5. Grayscale: #5B5B5B. Windows color (decimal): -9284790 or 4871026. OLE color: 4871026.

HSL color Cylindrical-coordinate representation of color #72534A: hue angle of 13.5º 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 #72534A is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1148374-
CMYK00.270.350.55
HSL13.5º21.28%36.86%-
HSV(B)13.5º35.09%44.71%-
XYZ11.2710.267.86-
YUV91.24118.27144.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.07%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 74 (29.30% from 255) = 27.31%
R=42.07%
G=30.63%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114837400.270.350.5513.521.2836.86
Hex72534A01B2337e1525
Octal1621231120334367162545
Binary111001010100111001010011011100011110111111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72534A;
 }
 .AnyTagClassName
 {
   color: #72534A;
 }
</style>
background-color css

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

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

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

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

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

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