#5E4541

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

Shades of Congo Brown #5E4541

Tints of Congo Brown #5E4541

Color information

#5E4541 (or 0x5E4541) is unknown color: approx Congo Brown. HEX triplet: 5E, 45 and 41. RGB value is (94,69,65). Sum of RGB (Red+Green+Blue) = 94+69+65=228 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.23% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4541 is #A1BABE. Grayscale: #4C4C4C. Windows color (decimal): -10599103 or 4277598. OLE color: 4277598.

HSL color Cylindrical-coordinate representation of color #5E4541: hue angle of 8.28º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E4541 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.63.

Color convert

RGB946965-
CMYK00.270.310.63
HSL8.28º18.24%31.18%-
HSV(B)8.28º30.85%36.86%-
XYZ7.77.025.95-
YUV76.02121.78140.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.23%
GREEN value IS 69 (27.34% from 255) = 30.26%
BLUE value IS 65 (25.78% from 255) = 28.51%
R=41.23%
G=30.26%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94696500.270.310.638.2818.2431.18
Hex5E454101B1F3F8121f
Octal1361051010333777102237
Binary1011110100010110000010110111111111111110001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,69,65); }

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

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

 a { background-color: rgb(94,69,65); }

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

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

 span { border-color: rgb(94,69,65); }

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