#5C4844

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

Shades of Congo Brown #5C4844

Tints of Congo Brown #5C4844

Color information

#5C4844 (or 0x5C4844) is unknown color: approx Congo Brown. HEX triplet: 5C, 48 and 44. RGB value is (92,72,68). Sum of RGB (Red+Green+Blue) = 92+72+68=232 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.66% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4844 is #A3B7BB. Grayscale: #4D4D4D. Windows color (decimal): -10729404 or 4474972. OLE color: 4474972.

HSL color Cylindrical-coordinate representation of color #5C4844: hue angle of 10º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C4844 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB927268-
CMYK00.220.260.64
HSL10º15%31.37%-
HSV(B)10º26.09%36.08%-
XYZ7.777.336.47-
YUV77.52122.63138.33-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 39.66%
GREEN value IS 72 (28.52% from 255) = 31.03%
BLUE value IS 68 (26.95% from 255) = 29.31%
R=39.66%
G=31.03%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92726800.220.260.64101531.37
Hex5C48440161A40af1f
Octal13411010402632100121737
Binary1011100100100010001000101101101010000001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,72,68); }

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

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

 a { background-color: rgb(92,72,68); }

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

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

 span { border-color: rgb(92,72,68); }

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