#5C4843

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

Shades of Congo Brown #5C4843

Tints of Congo Brown #5C4843

Color information

#5C4843 (or 0x5C4843) is unknown color: approx Congo Brown. HEX triplet: 5C, 48 and 43. RGB value is (92,72,67). Sum of RGB (Red+Green+Blue) = 92+72+67=231 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.83% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 67 (26.56% from 255 or 29.00% from 231); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4843 is #A3B7BC. Grayscale: #4D4D4D. Windows color (decimal): -10729405 or 4409436. OLE color: 4409436.

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

Color convert

RGB927267-
CMYK00.220.270.64
HSL12º15.72%31.18%-
HSV(B)12º27.17%36.08%-
XYZ7.747.326.31-
YUV77.41122.13138.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 39.83%
GREEN value IS 72 (28.52% from 255) = 31.17%
BLUE value IS 67 (26.56% from 255) = 29.00%
R=39.83%
G=31.17%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92726700.220.270.641215.7231.18
Hex5C48430161B40c101f
Octal13411010302633100142037
Binary10111001001000100001101011011011100000011001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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