#72534B

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

Shades of Congo Brown #72534B

Tints of Congo Brown #72534B

Color information

#72534B (or 0x72534B) is unknown color: approx Congo Brown. HEX triplet: 72, 53 and 4B. RGB value is (114,83,75). Sum of RGB (Red+Green+Blue) = 114+83+75=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #72534B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72534B is #8DACB4. Grayscale: #5B5B5B. Windows color (decimal): -9284789 or 4936562. OLE color: 4936562.

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

Color convert

RGB1148375-
CMYK00.270.340.55
HSL12.31º20.63%37.06%-
HSV(B)12.31º34.21%44.71%-
XYZ11.310.278.04-
YUV91.36118.77144.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.91%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 75 (29.69% from 255) = 27.57%
R=41.91%
G=30.51%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114837500.270.340.5512.3120.6337.06
Hex72534B01B2237c1525
Octal1621231130334267142545
Binary111001010100111001011011011100010110111110010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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