#5C4D49

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

Shades of Congo Brown #5C4D49

Tints of Congo Brown #5C4D49

Color information

#5C4D49 (or 0x5C4D49) is unknown color: approx Congo Brown. HEX triplet: 5C, 4D and 49. RGB value is (92,77,73). Sum of RGB (Red+Green+Blue) = 92+77+73=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C4D49 is #A3B2B6. Grayscale: #515151. Windows color (decimal): -10728119 or 4803932. OLE color: 4803932.

HSL color Cylindrical-coordinate representation of color #5C4D49: hue angle of 12.63º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C4D49 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.64.

Color convert

RGB927773-
CMYK00.160.210.64
HSL12.63º11.52%32.35%-
HSV(B)12.63º20.65%36.08%-
XYZ8.278.067.42-
YUV81.03123.47135.83-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.02%
GREEN value IS 77 (30.47% from 255) = 31.82%
BLUE value IS 73 (28.91% from 255) = 30.17%
R=38.02%
G=31.82%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92777300.160.210.6412.6311.5232.35
Hex5C4D490101540dc20
Octal13411511102025100151440
Binary10111001001101100100101000010101100000011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C4D49; }

 p { color: rgb(92,77,73); }

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

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

 a { background-color: rgb(92,77,73); }

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

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

 span { border-color: rgb(92,77,73); }

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