#71544C

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

Shades of Congo Brown #71544C

Tints of Congo Brown #71544C

Color information

#71544C (or 0x71544C) is unknown color: approx Congo Brown. HEX triplet: 71, 54 and 4C. RGB value is (113,84,76). Sum of RGB (Red+Green+Blue) = 113+84+76=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #71544C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71544C is #8EABB3. Grayscale: #5B5B5B. Windows color (decimal): -9350068 or 5002353. OLE color: 5002353.

HSL color Cylindrical-coordinate representation of color #71544C: hue angle of 12.97º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #71544C is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1138476-
CMYK00.260.330.56
HSL12.97º19.58%37.06%-
HSV(B)12.97º32.74%44.31%-
XYZ11.2810.378.24-
YUV91.76119.11143.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.39%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 76 (30.08% from 255) = 27.84%
R=41.39%
G=30.77%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113847600.260.330.5612.9719.5837.06
Hex71544C01A2138d1425
Octal1611241140324170152445
Binary111000110101001001100011010100001111000110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71544C; }

 p { color: rgb(113,84,76); }

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

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

 a { background-color: rgb(113,84,76); }

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

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

 span { border-color: rgb(113,84,76); }

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